UNDERCOVER at an Online Coding Bootcamp 2021!
In partnership with @Coding Dojo . In this video I go undercover a 14 week bootcamp, to show you what…
Monkey business for the geek in you!
In partnership with @Coding Dojo . In this video I go undercover a 14 week bootcamp, to show you what…
November 16th, 2020 Comments JavaScript: Guide to New ECMAScript 2020 Features ECMAScript is the specification upon which JavaScript is based.…
JavaScript (JS) is the programming language that makes web pages come to life. Anyone interested in building websites and web…
October 26th, 2020 Comments Understanding web workers JavaScript has a single thread by design. However, modern JS environments usually allow…
August 31st, 2020 Comments Understanding and handling the DOM The DOM is an extremely important concept in web development and,…
April 6th, 2020 Comments Checking data types in JavaScript Photo by Jenna Hamra from Pexels Dealing with data types is…
January 6th, 2020 Comments JavaScript: Understanding Generators In 2015, a rich set of new features was introduced to the JavaScript…
December 9th, 2019 Comments JavaScript: Event bubbling and delegation Handling events is a crucial part of any modern web application.…
If you’ve been following me, you’ve probably noticed that I’ve used Java in my Ultimate Data Structures and Algorithms course.…
November 25th, 2019 Comments JavaScript: Objects, Arrays, Maps and Sets Not so long ago, JavaScript used to have only two…
November 18th, 2019 Comments JavaScript properties, getters and setters The concept of getters and setters is quite common among popular…
If you are a JavaScript developer, you have probably used console.log() a lot to debug your applications. Did you know you…