PinnedPublished inJavaScript in Plain English20 JavaScript Shorthand Techniques that will save your timeThe shorthand techniques of any programming language help you to write more clean and optimized code. Shorthand techniques improve…Nov 1, 202035Nov 1, 202035
Published inJavaScript in Plain EnglishPlay Audio with HTMLAudioElement API in JavaScriptThe HTMLAudioElement API has access to all the properties and methods of the HTML <audio> element. This API allows us to play audio without…Jul 15, 2023Jul 15, 2023
Published inJavaScript in Plain EnglishJavaScript Generator functions — a complete guideJavaScript Generators are a special type of function which lets you suspend the function execution and then come back later and resume the…Dec 1, 2022Dec 1, 2022
Published inJavaScript in Plain EnglishThe URLSearchParams API in JavaScriptThe URLSearchParams API provides utility methods to parse data from the query string of an URL. The URLSearchParams() constructor creates a…Oct 19, 2022Oct 19, 2022
Published inJavaScript in Plain EnglishJavaScript Set Object — to Store Unique ValuesThe Set in JavaScript is a special type of object which lets us store unique values.Sep 19, 2022Sep 19, 2022
Published inJavaScript in Plain English5 Ways to Check if a Key Exists in an Object in JavaScriptFive ways for you to check if a key exists in an object in JavaScriptAug 6, 20222Aug 6, 20222
Published inJavaScript in Plain EnglishA Brief Guide to the Object.defineProperty() Method in JavaScriptThe Object.defineProperty() method adds or modifies a property in an object. We can use this method to provide extra configuration details…Jul 2, 20222Jul 2, 20222
Published inJavaScript in Plain EnglishWhat are JavaScript Getters and Setters?Exploring the ‘get’ and ‘set’ keywords in detail.May 9, 2022May 9, 2022
Published inJavaScript in Plain EnglishThe Vibration API in JavaScriptVibrations are the best way to provide physical feedback to users for any action mostly for mobile users. For example, while showing a…Dec 15, 20211Dec 15, 20211
Published inJavaScript in Plain EnglishJavaScript Async and Await — Your Asynchronous BuddiesThe async and await keywords help us in handling Promises more conveniently and it is more readable than regular promise handling using…Jul 3, 2021Jul 3, 2021