Full Stack Web Dev | What Is Javascript? - Part 3 (Functions and Scope)

First published at 02:54 UTC on December 15th, 2019.

Part 3 of my intro to basic JavaScript. I discuss functions and scope in this one.

Part 2: https://www.bitchute.com/video/LTxPzercNaB5/

code used in this video:
1.
function say_hello() {
console.log('hello');
}
2.
function …

MORE
CategoryEducation
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO