Methods are very useful, especially pertaining to Object Oriented JavaScript; a demonstrable example could be … Read More »
Tag: learn programming
Random JavaScript Trivia (Did you know these?)
What is an anonymous function in JavaScript?!
- An anonymous function, is basically a function without a name or may also be referred
Benefits of using ‘constants’ over ‘variables’ in programming?
Do programmers prefer to use constants or variables?
Constants would be a more stable choice … Read More »
Dynamic vars and Math methods (Ruby intro tips)
A simple exercise to begin working with variables and math functions with Ruby.
Firstly let’s … Read More »