Summary Summary Objects are the center of programming in JavaScript, and ECMAScript 6 made some helpful changes to objects that both make them easier to deal with and more powe...
Summary Summary Full Unicode support allows JavaScript to deal with UTF-16 characters in logical ways. The ability to transfer between code point and character via codePointAt(...
Summary Summary The let and const block bindings introduce lexical scoping to JavaScript. These declarations are not hoisted and only exist within the block in which they are...
NSIS Users Manual NSIS Users Manual NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge. Check http://nsis.sf.net for news, infor...