Skip to content

Commit

Permalink
Add a bunch more concepts and language features
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Apr 9, 2018
1 parent df4d583 commit cfa85de
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/concepts
Expand Up @@ -10,3 +10,19 @@ static files
tests
models
controllers
request handlers
response handlers
documentation
DNS resolvers
data stores
servers
databases
character encodings
repositories
DDoS mitigation techniques
content delivery networks
polyfills
load balancers
cloud platforms
developers
paying customers
25 changes: 25 additions & 0 deletions data/language-features
Expand Up @@ -23,3 +23,28 @@ pattern matching
partial application
closures
hoisting
media queries
machine learning
the blockchain
prototypal inheritance
Date.now()
case sensitivity
automatic semicolon insertion
dynamic types
static typing
for/of loops
the with statement
"use strict"
just-in-time compilation
variadic functions
array comprehensions
functions as first-class citizens
rest parameters
shorthand method definition syntax
sparse arrays
regular expressions
eval
immediately-invoked function expressions
syntax errors
tail-call optimised recursive functions
loops

0 comments on commit cfa85de

Please sign in to comment.