[videos] My first software training videos: Hoisting and Closures in JavaScript, and the MVC pattern

I recently needed to create 3 short software training videos for a software development training role I was applying for.

These are the first training videos I’ve ever created and published. I did my best to research the topics (even though I’ve worked with them for years) and try to present in the simplest way possible with examples. It’s not my finest work, but I am just getting started.

Hopefully someone finds them useful.

Any feedback is welcome at jason@jsnelders.com.

 

Hoisting in JavaScript

 

Closures in JavaScript

 

The MVC Software Pattern