Instructional Video9:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Operators

Higher Ed
In this video, we will introduce operators in JavaScript, including arithmetic, comparison, logical, and assignment operators, and how to use them in our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of...
Instructional Video10:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Type Conversion

Higher Ed
In this video, we will cover type conversion in JavaScript, including implicit and explicit conversion, and how to convert between data types. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video7:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types

Higher Ed
In this video, we will explain the difference between primitive and reference types in JavaScript and how they are stored in memory. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video12:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Data Types

Higher Ed
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series...
Instructional Video7:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Comments and Shortcuts

Higher Ed
In this video, we will go over commenting in JavaScript and introduce some helpful keyboard shortcuts for our coding workflow. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from...
Instructional Video10:12
Curated Video

Modern JavaScript from the Beginning - Second Edition - Using the Console

Higher Ed
In this video, we will explain how to use the browser console to test and debug our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video3:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Sandbox Files

Higher Ed
In this video, we will introduce the "sandbox" files that we will be using throughout the course to test our code and explore new concepts. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video0:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Variables, Data Types and More

Higher Ed
In this video, we will have an overview of the topics we will be covering in this section. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video7:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Running JavaScript in the Browser

Higher Ed
In this video, we will explain how to run JavaScript code in the browser with a simple Hello World code. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video5:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Tools and Setup

Higher Ed
In this video, we will see the tools we will need to follow along with the course. We will cover text editor, web browser, and JavaScript console. We will also see how to set up our development environment and install any necessary...
Instructional Video7:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?

Higher Ed
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from...
Instructional Video7:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Course Outline and Projects

Higher Ed
In this video, we will provide an overview of the course outline and the projects we will build. We will discuss the various sections of the course and what you can expect to learn from each one. Additionally, we will showcase the...
Instructional Video2:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Welcome to the Course

Higher Ed
In this video, we will be introduced to the course and get an idea of what we can expect from the course, including the topics we will cover and the projects we will build. This clip is from the chapter "Course Introduction" of the...
Instructional Video7:06
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Add Datatables

Higher Ed
This video explains adding datatables, which is a jQuery-based library. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize...
Instructional Video8:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App

Higher Ed
Finally, in this video, we will go over the process of deploying a full-stack application to a server. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video13:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Delete Ideas

Higher Ed
In this video, we will implement the ability to delete ideas from the list. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this bonus...
Instructional Video7:25
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Username Validation to Server

Higher Ed
In this video, we will add username validation to the server to ensure that a username is provided when a new idea is created. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern...
Instructional Video5:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Save Username to Local Storage

Higher Ed
In this video, we will save the username entered by the user to local storage. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this bonus...
Instructional Video7:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Create Idea through Form

Higher Ed
In this video, we will implement the ability to create a new idea through the form and send it to the backend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from...
Instructional Video12:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - API Service - Fetch Ideas

Higher Ed
In this video, we will create an API service that will be used to fetch the ideas from the backend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video12:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaList Component

Higher Ed
In this video, we will create the IdeaList component that will display all the ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video12:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaForm Component

Higher Ed
In this video, we will build the IdeaForm component that will handle the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video8:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Modal Component

Higher Ed
In this video, we will create the Modal component that will be used for displaying the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from...
Instructional Video9:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Client Folder Setup

Higher Ed
In this video, we will set up the client folder where we will build the frontend of our app. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In...