JavaScript Fundamentals
Coursera
Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. JavaScript Fundamentals begins with an introduction to JavaScript's role in modern web development, covering tool installation and writing initial programs. As the course progresses, you will: - Cover variables, data types, and memory functions. - Learn about conditional statements and loops, crucial for dynamic code, through practical activities and coding challenges. - Explore Functions, return values, scope, and recursion are thoroughly explored to enhance problem-solving skills. - Conclude with object-oriented programming, DOM manipulation, and event handling, ensuring students are prepared for advanced topics and sophisticated web applications. The course is tailored for beginners with basic HTML and CSS knowledge, and intermediate developers seeking to refresh their skills. By the end, students will be adept at creating and manipulating variables, implementing control structures, developing modular code through functions, applying object-oriented principles, manipulating the DOM, and handling events for better user interaction, building a strong foundation for advancing their coding careers.
More resources on Variables & Data Types
MDN Web Docs - Variables
Detailed guide for JavaScript variables
W3Schools Python Variables
Interactive tutorial on variables and data types
Python 3 Full Course for Beginners - Variables Section
freeCodeCamp's comprehensive Python course starting with basics
Intro to Programming
Learn about variables and data types in this introductory programming course. Brought to you by Pimoroni!
CS50's Introduction to Programming with Python
An introduction to programming using Python, a popular language for general-purpose programming, data science, web programming, and more.
Python for Everybody (Getting Started with Python)
This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will cover Chapters 1-5 of the textbook “Python for Everybody”. Once a student completes this course, they will be ready to take more advanced programming courses. This course covers Python 3.
