Difference between revisions of "JavaScript"
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
*[[JQuery]] | *[[JQuery]] | ||
*[[TypeScript]] | *[[TypeScript]] | ||
+ | |||
+ | |||
+ | * [[Performance Tips for JavaScript]] | ||
+ | ** [[Performance Tips for JavaScript in V8]] | ||
+ | ** [[Performance Tips for TypeScript]] | ||
+ | ** [[How To Write Fast, Memory-Efficient JavaScript]] | ||
+ | |||
+ | https://www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/ | ||
+ | |||
+ | |||
+ | * [[npm]] | ||
+ | * [[nvm]] - to manage node versions |