Michael Orji

Michael Orji @simplymichael

Joined:
Oct 17, 2017

Michael Orji
articles - 2 total

Variable declaration and scoping rules

Introduction In programming, the scope of a variable determines where that variable can be used wi...

Learn More 14 2Nov 6 '17

Introduction to JavaScript Functions

This article is an introduction to the place and usage of functions in JavaScript. In particular, it covers such topics as the benefits of using functions, defining and invoking functions in JavaScript, function parameters and return values, and the new ES6 supported default parameter values.

Learn More 19 1Oct 26 '17