-
Notifications
You must be signed in to change notification settings - Fork 247
/
Copy pathlayout.html
15 lines (15 loc) · 1.11 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="publisher" content="O'Reilly Media, Inc."/>
<meta name="author" content="Nicolás Bevacqua"/>
<meta name="date" content="2017-07-03"/>
<meta name="description" content="To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolás Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and create proxies or unique sets, among many other features. The first title in Bevacqua's Modular JavaScript series, Practical Modern JavaScript prepares JavaScript and Node.js developers for applied lessons in modular design, testing, and deployment in subsequent books."/>
<meta name="identifier" content="9781491943533"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>