By @wagslane (twitter) Let’s look at the JavaScript with statement. We will go over the simple uses, as well as a deep dive into some more advanced concepts. Note: Use of the with statement is discouraged. It can lead to strange bugs. That said, it is imp… Read more
Similar
Learn to code an NFT (non-fungible token) using the Ethereum blockchain, the Ropsten Testnet, and a series of JavaScript libraries. (more…)
Read more »
Redux greatly shaped how we develop modern JavaScript applications nowadays. Here I want to give a walkthrough on all the mindset changes we went through as JavaScript developers ... (more…)
Read more »
Salma Alam-Naylor delved into the world of building XML in JavaScript with Netlify functions to ensure her microblog content was available to consume via RSS. (more…)
Read more »
Ink is a minimal programming language inspired by modern JavaScript and Go, with functional style. - GitHub - thesephist/ink: Ink is a minimal programming language inspired by modern JavaScript and... (more…)
Read more »