News

Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there ...
Topics covered in the workshop span a wide range of modern JavaScript capabilities, including built-in methods for streamlining code, robust exception handling, variable scope and hoisting, ES6 ...
To add JavaScript in Visual Studio Code, you need to install VSCode first and then Node.JS. Once done, create a .JS file, write codes, and then start writing codes.
In this post, we will see some of the best VS Code Extensions for JavaScript. As you may already know, JavaScript is what allows one to create dynamic websites. That is why using the language ...
Google’s Area 120 has released a new smartphone app designed to teach beginners how to write code. It’s called Grasshopper, and it kind of feels like Duolingo for coding.
Microsoft has released version 1.45 of its Visual Studio Code editor for Windows, Mac, and Linux with updates for its JavaScript debugger, TypeScript improvements, faster syntax highlighting, as ...
Dittytoy empowers users to create generative music online using a simple Javascript API. Syntax of the API is loosely based on that of Sonic Pi, a code-based music creation and performance tool.