SweetAlertsAre you developing a website? You can use sweetalerts to ask the user if they really want to […] January 25, 2020 in JavaScript tagged alert / modal / popup by Mike
Node Package Manager (npm)npm makes it easy for JavaScript developers to share the code that they’ve created to solve particular problems, […] October 7, 2017 in JavaScript tagged JavaScript / node / npm / package / manager / JS / Node by Mike
Grunt IntroductionGrunt is a JavaScript task runner. As the website https://gruntjs.com/ says: “In one word: automation. The less work […] January 1, 2017 in JavaScript tagged node / npm / task / runner / JavaScript by Mike
JavaScript Arrays pushAdding Array Elements You can add elements to an array with the JavaScript array push() method. The push() […] December 3, 2016 in JavaScript tagged JavaScript Arrays by Mike
JavaScript Random NumbersRandom Numbers You use the Math.Random() function to generate a number between 0 (inclusive) and 1 (exclusive). You […] December 3, 2016 in JavaScript tagged random by Mike
Lambda Programming LanguageHere is a definition of a lambda language from a discussion in stackoverflow.com: “A lambda language, is a […] November 5, 2016 in JavaScript / Programming tagged lambda by Mike
React IntroductionWikipedia says the following: “React (sometimes styled React.js or ReactJS) is an open-source JavaScript library providing a view […] October 24, 2016 in JavaScript tagged React / Angular / library / Mobile / JavaScript by Mike
Node.js IntroductionWikipedia describes Node.js this way: “Node.js is an open-source, cross-platform JavaScript runtime environment for developing a diverse variety […] October 21, 2016 in JavaScript tagged NodeJS / Linux / node.js / Node by Mike
ProtractorProtractor is a testing framework that acts like a user. Protractor is built on top of WebDriverJS, which […] October 21, 2016 in JavaScript tagged test / Angular / testing by Mike
WordPress EnqueueThis post discusses the recommended way to load JavaScripts and CSS into your WordPress site. Who’s recommendation? I […] August 14, 2016 in JavaScript tagged wordpress / JavaScript / alert / enqueue / function.php / JavaScript and WordPress by Mike