
Ultimate Courses » JavaScript
640 FOLLOWERS
Hi, I'm Todd Motto. I'm a JavaScript and web developer living in not-so-sunny England and creator of Ultimate Courses. I've been a Google Developer Expert since 2014, previously a senior JavaScript engineer and team lead, and until 2016 a Developer Advocate.
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn how to use the fetch API to POST JSON data to a backend service ..read more
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn how to use JavaScript to find a substring inside a string ..read more
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn a few different ways to return an object from an arrow function. Sometimes you’ll just want to return an object and not u ..read more
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn how to remove properties from an object in JavaScript using destructuring and the ...rest syntax ..read more
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn all about private properties and methods in JavaScript using the new # syntax ..read more
Ultimate Courses » JavaScript
2y ago
This post is a complete guide to building a Progressive Web App (PWA) from the beginning using Google’s Workbox. By the end of this guide, you’ll b ..read more
Ultimate Courses » JavaScript
2y ago
In this post you’ll learn how to use the new ES6 method Object.is() in JavaScript ..read more
Ultimate Courses » JavaScript
2y ago
Like all things JavaScript, there are many ways to accomplish the same task. Here we’ll dive into the various ways to check if a JavaScript string ..read more
Ultimate Courses » JavaScript
2y ago
JavaScript has come a long way in recent years, introducing some great utility functions such as Object.keys, Object.values and many more. In this ..read more
Ultimate Courses » JavaScript
2y ago
Want to obscure an email address with JavaScript? Here’s how. Why might you want to do it? A bit of privacy ..read more