Hi everyone, and welcome to another sleep-inducing edition of Boring JavaScript! Today, we tackle the import statement. No, we’re not going to begin a dissertation on import and export policies of the early 19th century European countries – yes, I know you’re disappointed. Instead, we’re going to show you how you can bring in objects from other JavaScript files into your application. It’s easy! It’s fun! And it’s a sleeper. Check it out and get the snooze of your week. #javascript #import
Estimated reading time: 6 minutes
Hi everyone, and welcome to another snore-fest edition of Boring JavaScript! Today, we tackle the TypedArray object. I know what you are saying – there is no such thing as TypedArray. And you would be right, my friend! The TypedArray is a base class for a whole host of objects in dealing with binary representation of data. That’s why we’re calling this TypedArray instead of UInt8Array / UInt16Array / UInt32Array / … well, you get the idea. Sit back, relax, watch the video, and try not to fall asleep.
Estimated reading time: 7 minutes
Hi everyone, and welcome to another siesta-powered edition of Boring JavaScript! Today, we take on the Math.floor() method. It doesn’t matter if you have hardwood, stone, or even linoleum, all you need to do is … wait … whoops. Wrong floor. This is a method for getting the largest integer less than or equal to a number. Prepared to be floored and watch the video now!
Estimated reading time: 3 minutes
Hi everyone, and welcome to another snoring-good-time episode of Boring JavaScript! Today, we tackle the WeakMap() – not literally tackle it, of course. I mean, it’s weak, right? But we’ll show you how to use a WeakMap(), and most importantly, why it’s called ‘Weak’ and how it’s stronger than the Map() object. Sit back in that lounge chair, watch the video, and try not to drift into slumber land.
Estimated reading time: 6 minutes
Hi everyone! And welcome to another snoozer of a Boring JavaScript video! In this week’s episode, we tackle the Array.every() method. “Oh!” you must be thinking. “Is that ‘every’thing about Arrays?” Nope! But it is a great way to find out if ‘every’ element in an array has something in common. So pull up a nice, comfy chair, throw away those sleeping aids, and dive into our latest video.
Estimated reading time: 8 minutes
Hi everyone, and welcome to a special BIRTHDAY edition of Boring JavaScript! Yes, that’s right, we’ve been putting viewers to sleep for one year now. To kick off our second year, we’re covering Promises with a special story and animation, brought to you by Shadow Wolf Studios (link below). Sit back, relax, and enjoy our birthday gift to you on Promises.
Estimated reading time: 14 minutes
Hi everyone, and welcome to another deep-sleep episode of Boring JavaScript! Today, we tackle the ‘classList’ object. Back in the old days, we had to manually manipulate the ‘className’ string of an HTML element in order to change classes. What a pain! But with the ‘classList’ object, you can now add or remove or do all sorts of wonderful things to the listing inside of the class attribute. Want to see how it works? Of course you do! Dive right into our video – and try to keep awake.
Estimated reading time: 6 minutes
Hi everyone, and welcome to our latest slumber-fest edition of Boring JavaScript! Today, we tackle the nullish operator. Great for those times you want to operate on your nulls. 🙂 Seriously, it’s an operator that limits itself to checking nulls and undefines. Perfect for setting default values! Watch our video now – take your nap later.
Estimated reading time: 4 minutes
Hi everyone, and welcome to another knock-you-out edition of Boring JavaScript! Today, we take on the parseInt() method. Have you every had a string that needed to be converted into an integer number? Of course you have! How about something in Base 36? For both, parseInt() is your method! Watch the video and find out how easy it is to fall asleep.
Estimated reading time: 7 minutes