When implementing a language feature for JavaScript, an implementer must make decisions about how the language in the specification maps to the implementation. Sometimes this is fairly simple, where the specification and implementation can share much of t... (more…)
Read more »
Javascript is hard for anyone to master. Our free Javascript course contains free quizzes and content to help you learn Javascript, from the basics right up to advanced concepts. Click to find out more. (more…)
Read more »
Flow is very similar to Typescript and is solving the same problem with a similar syntax. Flow can be easily used with any Javascript… (more…)
Read more »
In V8 v9.1 we’re improving V8 performance by 5-15% with Sparkplug: a new, non-optimizing JavaScript compiler. (more…)
Read more »
Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more. - GitHub - blitz-js/superjson: Safely serialize JavaScript expressions to a superset of JSON,... (more…)
Read more »