Sublime Text Multiple Files
Sometimes you want to be able to easily work with two or more files at one time. You […]
Sometimes you want to be able to easily work with two or more files at one time. You […]
In Sublime Text you can set up a “project” that has more than one folder and more than […]
Do you need to convert some text from one case to another? Perhaps you left the Caps lock […]
Do you need to generate a random number? You can download an app or go to a website […]
The Sublime text editor is one of the more popular text editors out there for developers. It is […]
Grunt is a JavaScript task runner. As the website https://gruntjs.com/ says: “In one word: automation. The less work […]
Here is what Wikipedia says about Abstraction (software engineering): “In software engineering and computer science, abstraction is a […]
Here is what Wikipedia says about a source-to-source compiler: “A source-to-source compiler, transcompiler or transpiler is a type […]
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 […]
Wikipedia has an article on programming paradigms. Wikipedia says: “Programming paradigms are a way to classify programming languages […]
Here is a definition of a lambda language from a discussion in stackoverflow.com: “A lambda language, is a […]