GraalVM is a new open source project by Oracle which is trying to make Java VM an universal VM to run all the major languages. Before GraalVM, there were already few languages like Scala, Closure which targeted JVM as their runtime. This has been hugely s... (more…)
Read more »
A JavaScript engine is a program or an interpreter that executes JavaScript code. A JavaScript engine can be implemented as a standard interpreter, or just-in-time compiler that compiles JavaScript… (more…)
Read more »
JavaScript is particularly difficult to implement efficiently because most of its expressions have all sorts of different meanings that involve all sorts of ... (more…)
Read more »
If you spend most of your day working with JavaScript, then you’re probably familiar with arrays and their built-in methods such as map… (more…)
Read more »
In this episode, we will explore lots of different methods available on the console object. We all use console.log probably a bit too much when we debug with... (more…)
Read more »