-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
25 lines (20 loc) · 863 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Implementation:
* Welcome and thank-you articles
* Consider flattening the hierarchy, removing strict old/new thing
* Bring back "Less" button
* Consider internal scrollbar for main
Topics:
* const does not freeze objects, only referneces
* tail recursion (and the pun)
* show arrow functions with bodies
* arrow functions and "this" and how and when it helps
* multiline template literals
* tagged template literals
* ES6 imports
index.html: <!-- TODO const does not freeze objects, only references -->
index.html: <!-- TODO: tail recursion (and the pun) -->
index.html: <!-- TODO: arrow functions with bodies -->
index.html: <!-- TODO: arrow functions and "this" and how and when it helps -->
index.html: <!-- TODO: multiline -->
index.html: <!-- TODO: tagged template literals -->
index.html: <!-- TODO: ES6 imports -->