Javascript For Beginners

Posted By: ELK1nG

Javascript For Beginners
Last updated 5/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.54 GB | Duration: 5h 58m

Learn a basic introduction to javascript and how to write a simple javascript code.

What you'll learn
Write JavaScript code from scratch
Change webpage content using javascript
Write JavaScript comments
JavaScript Data Types
Create Variables
Create Functions
Write Conditional Statements
Create functions
Experiment with JavaScript with Chrome Developer Tools
Build a browser based Calculator
Build a browser based Todo List
Build a browser based CountDown Timer
Build a browser based Analogue Clock
Requirements
Basic knowledge of HTML and CSS helpful but not mandatory
Computer is required
Modern version of web browsers e.g google chrome and Mozilla firefox
Description
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved.JavaScript is the most popular scripting language in the world. It is responsible for the interactivity like games, online forms or surveys and other activities user’s can engage with on a website. Most dynamic if not all website contains some element of JavaScript.JavaScript programming language drives millions of interactive web sites, powers fast web servers and can even be used to build desktop and mobile applications.JavaScript is one of the core languages used in web development. The other two are HTML and CSS.JavaScript interacts and creates functionality with HTML and CSS.HTML is the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay,In this course you will learn  how to code or program with JavaScript from scratch.What You Will Learn include:Data TypesVariablesOperatorsConditional StatementsEventsArraysFunctionsWe will also create four projects from scratch.Analogue ClockCalculatorCount down timerTodo List App

Overview

Section 1: Basic Beginner's Quick introduction to Javascript

Lecture 1 Introduction

Lecture 2 What is JavaScript

Lecture 3 Please Read

Lecture 4 Text Editors - Part 1

Lecture 5 Text Editors - Part 2

Lecture 6 JavaScript Syntax

Lecture 7 Where to Place Javascript

Lecture 8 Javascript comments

Lecture 9 Changing Webpage Content with Javascript

Lecture 10 JavaScript Data Types

Lecture 11 Javascript Operators

Lecture 12 JavaScript Variables

Lecture 13 Javascript Conditional StatementS

Lecture 14 JavaScript functions

Lecture 15 Javascript Events

Lecture 16 Conclusion

Lecture 17 JavaScript Concatenation

Section 2: Exploring JavaScript With Developer Console

Lecture 18 The developer console

Lecture 19 The Syntax

Lecture 20 Variables

Lecture 21 Variable Naming Convention

Lecture 22 Statements

Lecture 23 Executing a program

Lecture 24 Data Types

Lecture 25 Mixing Data Types

Lecture 26 Operators

Lecture 27 Arithmetic Operators

Lecture 28 Assignment operators

Lecture 29 Operator Precedence

Lecture 30 String Operators

Lecture 31 Comparison Operators

Lecture 32 Logical Operators

Lecture 33 Arrays

Lecture 34 Conditional Statements

Lecture 35 Functions

Section 3: Creating Projects

Lecture 36 PLEASE READ

Lecture 37 Installing Atom Text Editor

Lecture 38 Installing Visual Studio Code

Lecture 39 Installing SublimeText

Lecture 40 Creating a project folder

Section 4: Project 1: Building a JavaScript Calculator

Lecture 41 Overview

Lecture 42 What we will create

Lecture 43 Creating project directory

Lecture 44 Creating app structure

Lecture 45 Styling the app

Lecture 46 Adding JavaScript Functionality

Lecture 47 Project Code

Section 5: Project 2: Building a Todo List App

Lecture 48 Overview

Lecture 49 What we will create

Lecture 50 Creating project directory

Lecture 51 Creating app structure

Lecture 52 Styling the app

Lecture 53 Adding JavaScript Functionality : Part 1

Lecture 54 Adding JavaScript Functionality : Part 2

Lecture 55 Project Code

Section 6: Project 3 : Building a Countdown Timer

Lecture 56 Overview

Lecture 57 What we will create

Lecture 58 Create a project directory

Lecture 59 Create the app structure

Lecture 60 Styling the app

Lecture 61 Add JavaScript Functionality

Lecture 62 Project Code

Section 7: Project 4: Build an Analogue Clock

Lecture 63 What we will create

Lecture 64 Create a project folder

Lecture 65 Create a canvas object

Lecture 66 Create the clock face

Lecture 67 Draw the clock numbers

Lecture 68 Draw the time and hand

Lecture 69 Project Code

Beginners to JavaScript,Beginners to computer programming