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. While Duolingo offers short ...
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’s a ...
Google's incubator for employees' "20 percent time" side projects, Area 120, typically produces fun things like an app to make YouTube more social and expanding Smart Replies. Now the workshop has ...
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 ...
Whether you're building a Web or desktop application, here's a round-up of tools for building the interface with plain old HTML. Being able to work comfortably on Web-related code elements -- HTML, ...
Microsoft has created a built-in JavaScript debugger for Visual Studio Code, the wildly popular, open source-based, cross-platform code editor. That built-in experience comes via vscode-js-debug, a ...
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 well ...