1. EachPod

JavaScript Basics: Learn These Concepts First

Author
Matt Lawrence and Mike Karan
Published
Wed 19 Jul 2023
Episode Link
https://podcast.htmlallthethings.com/e/javascript-basics-learn-these-concepts-first/

Learning JavaScript from scratch can be as much about syntax as it is programming concepts, especially when it's your first language. Concepts like knowing how and why you need a place to store bits of data (variables), re-using code snippets instead of writing them repeatedly (functions), making decisions (conditional statements), and working with collections of data (arrays and looping) are all second nature to experienced developers. These concepts are the foundational building blocks that let you solve problems by thinking like a computer (sometimes this is called programmatic logic). In this episode, Matt and Mike discuss these key JavaScript basics including variables, functions, conditional statements, arrays, and looping.


Show Notes: https://www.htmlallthethings.com/podcasts/javascript-basics-learn-these-concepts-first


Scrimba Discount: https://tinyurl.com/ScrimbaHATT

Share to: