Completed
Number and String Data Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Course for Beginners - Learn JavaScript from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 What is JavaScript
- 2 How Dynamic Webpages Work
- 3 How JavaScript is Executed
- 4 Dynamic vs Weakly Typed
- 5 JavaScript Runs is a Host Environment
- 6 Course Outline
- 7 How to Get the Most Out of the Course
- 8 Java vs JavaScript
- 9 Looking at JavaScripts History
- 10 Setting up the Development Environment
- 11 Module Introduction
- 12 Project Setup
- 13 Adding JavaScript to the Website
- 14 Introduction to Variables and Constants
- 15 Declaring and Defining Variables
- 16 Working with Variables and Operators
- 17 What does outputresult do?
- 18 Number and String Data Types
- 19 Using Constants
- 20 More on Strings
- 21 Introducing Functions
- 22 Adding a Custom Function
- 23 Returning Values in a Function
- 24 Exploring the Importance of Code Order
- 25 Basic Intro to Global and Local Scope
- 26 Information About the return Statement
- 27 Executing Functions Indirectly
- 28 Type Conversion
- 29 Splitting Code and Functions
- 30 Connecting All Buttons
- 31 Adding Comments
- 32 More Operators
- 33 More Core Data Types
- 34 Arrays
- 35 Objects
- 36 Accessing Object Data
- 37 Adding a Reusable Function that Uses Objects
- 38 Undefind, Null, NaN
- 39 TypeOf
- 40 Script Tags, Defer, Async
- 41 Wrap Up
- 42 Module Introduction
- 43 Overview of an Efficient Development Workflow
- 44 The IDE Look and Feel
- 45 Use Shortcuts
- 46 Auto Completion and Hints
- 47 Extensions
- 48 Working with Editor Settings
- 49 Using Different Editor Views
- 50 Find Help - Overview and MDN
- 51 Google Correctly
- 52 Debugging Overview
- 53 Working with Error Messages
- 54 console.log - Debugging Logical Errors
- 55 Chrome Devtools and Breakpoints
- 56 Testing Code Changes in Devtools
- 57 Debugging vs Visual Studio Code
- 58 Wrap Up