More games and challenges
I recently discovered some new challenges sites that are worth investigating if you are looking for something to test your problem-solving skills.
JavaScript Developer - Gateshead
I recently discovered some new challenges sites that are worth investigating if you are looking for something to test your problem-solving skills.
JSON is data-interchange format, meant to be easy to read for humans, and easy to parse by computers. The format is commonly used for config files, such as package.json, so the lack of comments in the specification is often seen as a limitation.
The tc39/proposals repository tracks current stage 1 or higher proposed changes to the ECMAScript specification. I’ve picked out 5 proposals would affect numerics which are worth monitoring to see how they develop.
Number is one of the six primitive data types in JavaScript, unlike in other languages where numbers can be represented in multiple types such as integers, float, double etc. JavaScript only has the one numeric data type (at the moment).
The npm repository holds over 700,000 packages, and adding your own public package is an easy task.