JavaScript
Resources
strict mode
Begin files with:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
Arrow functions: () => {}
() => {}
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
String
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
UTF Support
https://stackoverflow.com/questions/16293923/does-v8-have-unicode-support https://github.com/v8/v8/blob/master/include/v8.h
window
window
window.location.hash
window.location.hash
Results:
Results will always be prefixed with #
scroll
Scroll to a part of the screen.
trailing commas
http://exploringjs.com/es2016-es2017/ch_trailing-comma-parameters.html
Simple Assert
Warning: querystring.stringify
does not stringify deeply nested objects.
GitHub Gist: Merge Query Strings
Class
es
Class
esFlow vs TypeScript
Flow
https://flow.org/en/docs/config/
https://github.com/facebook/relay/blob/master/.flowconfig https://github.com/facebook/react/blob/master/.flowconfig https://github.com/graphql/graphql-js/blob/master/.flowconfig
ESLINT
Alternatives
Go
Frameworks
ORM
Last updated