SweetAlerts
Are you developing a website? You can use sweetalerts to ask the user if they really want to […]
Are you developing a website? You can use sweetalerts to ask the user if they really want to […]
npm makes it easy for JavaScript developers to share the code that they’ve created to solve particular problems, […]
Grunt is a JavaScript task runner. As the website https://gruntjs.com/ says: “In one word: automation. The less work […]
Adding Array Elements You can add elements to an array with the JavaScript array push() method. The push() […]
Random Numbers You use the Math.Random() function to generate a number between 0 (inclusive) and 1 (exclusive). You […]
Here is a definition of a lambda language from a discussion in stackoverflow.com: “A lambda language, is a […]
Wikipedia says the following: “React (sometimes styled React.js or ReactJS) is an open-source JavaScript library providing a view […]
Wikipedia describes Node.js this way: “Node.js is an open-source, cross-platform JavaScript runtime environment for developing a diverse variety […]
Protractor is a testing framework that acts like a user. Protractor is built on top of WebDriverJS, which […]
This post discusses the recommended way to load JavaScripts and CSS into your WordPress site. Who’s recommendation? I […]