Olusegun

HomeBadges

Subscribe to my newsletter and never miss my upcoming articles

ArrayBuffer and How to use it.

Jul 17, 20201 min read

An ArrayBuffer is an opaque representation of bytes available in memory. It is likened to a Blob which is an opaque representation of data available on a disk. Its constructor takes a parameter which is the length in bytes like so: const myBuffer =...

Renaming Fields when using Object Destructuring.

Jul 10, 20201 min read

At times, an object may contain one or more properties - but you want to destructure it whilst changing the property name. Take for instance, some function name does not suit your coding convention, or you already have a variable with that name. You ...

Understanding the JavaScript keywords - var, let & const

Aug 13, 20195 min read

If you have been programming with JavaScript or a newbie to JavaScript, you may have come across keywords like var, let, and const in your code, or while perusing code snippets. Do you know the difference between these keywords and which one to appr...

© 2021 Olusegun

PrivacyTerms
Proudly part of