Sorting data with JavaScript can seem like a scary and daunting task. However, it’s actually a very easy thing to do! That’s exactly what I am going to show you in this tutorial!
Category: Tutorials
JavaScript Password Generator
With everything being more and more connected to everything else these days, password security is so much more important than ever before. That’s why we are going to build a fairly simple JavaScript app that can generate a secure password for you without any effort!
Simple JavaScript Counter
Creating a simple JavaScript counter may seem, well, simple, but we all need to start off learning the basics. This seems like a nice place to start, dont you think?
Creating a Google Chrome Extension
Let’s create a basic Chrome extension together in just a few very easy steps!
Joke API in Nodejs
Using an API is easy with Nodejs. We will be getting a random DEV joke from an external API in this post. Keep reading to see how easy it is!