Completed
- Assignment - If Statement Olympics
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn to Code Tutorial - Full Course for Absolute Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Welcome!
- 2 - V School Learning Philosophy
- 3 - How to Use Scrimba
- 4 - External Link - Computer Setup
- 5 - External Link - Using VS Code
- 6 - Preview: the V School Pre-course Project
- 7 - Introduction to HTML
- 8 - HTML Elements
- 9 - HTML Attributes
- 10 - Assignment - Silly CIA part 1
- 11 - HTML5 Semantic Tags
- 12 - CSS Intro inline-style
- 13 - CSS Selectors
- 14 - Assignment - Silly CIA part 2
- 15 - Assignment - CSS Wars: The Selector Awakens
- 16 - CSS Colors and Fonts
- 17 - CSS Display Property
- 18 - Sign up for our Email List
- 19 - Assignment - Newsies
- 20 - CSS Box Model
- 21 - Assignment - Color Grid From Scratch
- 22 - CSS Layout and Positioning
- 23 - Assignment - CSS Flags
- 24 - Assignment - Design a Blog
- 25 - External Link - Debugging Intro
- 26 - External Link - Chrome Dev Tools
- 27 - External Link - Using Google
- 28 - Javascript Data Types
- 29 - Assignment - Grocery Store JS
- 30 - Javascript Arrays
- 31 - Javascript Conditionals
- 32 - Assignment - If Statement Olympics
- 33 - Javascript Loops
- 34 - Assignment - Even/Odd Looping
- 35 - Assignment - Loops And Arrays Practice
- 36 - Javascript Functions part 1
- 37 - Javascript Functions part 2
- 38 - Assignment - Functions Exercise
- 39 - Javascript Objects Part 1
- 40 - Javascript Objects Part 2
- 41 - Assignment - Social JS
- 42 - Assignment - Loop Olympics
- 43 - Javascript Conventions
- 44 - Assignment - Daily Planet Editor
- 45 - Introduction to the DOM
- 46 - What is the DOM?
- 47 - Assignment - log `document` to the console
- 48 - Selecting Elements - getElementById
- 49 - Assignment - getElementById
- 50 - Selecting Multiple Elements
- 51 - querySelector and querySelectorAll
- 52 - Modifying an element's text
- 53 - Modifying Styles
- 54 - Modifying Styles - className and classList
- 55 - Modifying elements - value
- 56 - Creating elements in JS
- 57 - Creating elements in JS - innerHTML
- 58 - Creating elements in JS - for loops + createElement
- 59 - Event Listeners
- 60 - Self study - get the value from an input element
- 61 - DJ JS - Event listener practice
- 62 - Pre-course Project
- 63 - Congrats!