Skip to content

Javascript from Scratch and Web Development - CPD Accredited Training

Data Types | Arrays | Loops | Functions Syntax | Instant Acces | Instant Free PDF Certificate


Learndrive

Summary

Price
£12 inc VAT
Study method
Online, On Demand What's this?
Duration
6.5 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Certificate of completion - Free
  • Reed courses certificate of completion - Free
Additional info
  • Tutor is available to students

4 students purchased this course

Add to basket or enquire

Overview

Do you know the below stats of JavaScript Programming Langauge?

  1. JavaScript is used by over 95% of all websites, making it the dominant language for web development.

  2. JavaScript is not limited to web browsers; it powers server-side, mobile, and desktop applications, expanding its scope beyond the web.

  3. JavaScript developers are in high demand, offering lucrative career opportunities in a rapidly growing field.

Why You'll Learn This Course:

  • JavaScript Foundation: This course provides a solid foundation in JavaScript, the key language of the web.

  • History and Environment: Gain insights into the history of JavaScript and the development environment, including popular code editors like VS Code.

  • Practical Learning: Explore browser developer tools and common console errors, enhancing your practical coding skills.

  • Terminal and GitHub: Learn how to navigate the terminal and get a crash course on using GitHub, essential tools for modern JavaScript development.

  • Rich Online Resources: Discover valuable online resources like W3schools, MDN Web Docs, and Stack Overflow to support your JavaScript journey.

  • Hands-on Coding Challenges: Engage in coding challenges, such as the "Hello World" exercise, to apply your knowledge in real-world scenarios.

  • Master Coding Basics: Dive into the core concepts of JavaScript, including variables, operators, and execution contexts.

  • Data Types: Understand primitive data types, string manipulation, numbers, symbols, and more to build a strong foundation for JavaScript programming.

Curriculum

8
sections
68
lectures
6h 33m
total
    • 1: JavaScript: 1.1 JAVASCRIPT-1 01:38
    • 2: JavaScript: 1.2 JAVASCRIPT-2 04:48
    • 3: JavaScript: 2.1 Intro To JavaScript _ Environment 09:29
    • 4: JavaScript: 2.2 VS Code _ Extensions 07:28
    • 5: JavaScript: 2.3 Browser Dev tools _ JS Console 04:29
    • 6: JavaScript: 2.4 Common Console Errors - Syntax, Type, Reference 11:45
    • 7: JavaScript: 2.5 Intro to Terminal 08:30
    • 8: JavaScript: 2.6 Crash course on GitHub 10:05
    • 9: JavaScript: 2.7 Online Resources (W3schools, MDN Web Docs, Stack Overflow) 11:22
    • 10: JavaScript: 2.8 Coding Challenge Hello World in JS 01:50
    • 11: JavaScript: 2.9 Coding Challenge Solution 03:04
    • 12: JavaScript: Section 2 MCQ 01:00
    • 13: JavaScript: 3.1 Execution Content Object 04:32
    • 14: JavaScript: 3.2 SingleMulti Line Coding 11:54
    • 15: JavaScript: 3.3 Variable 14:29
    • 16: JavaScript: 3.4 Hoisting 05:32
    • 17: JavaScript: 3.5 Declaration Assignment 07:27
    • 18: JavaScript: 3.6 Operators 10:48
    • 19: JavaScript: 3.7 Operator Precedence 13:48
    • 20: JavaScript: 3.8 Coding Challenge 01:58
    • 21: JavaScript: 3.9 Coding Challenge Solution 04:50
    • 22: JavaScript: Section 3 MCQ 01:00
    • 23: Care for a Feedback? 01:00 PDF
    • 24: JavaScript: 4.1 Primitive Data Types 04:32
    • 25: JavaScript: 4.2 String Manipulation 13:01
    • 26: JavaScript: 4.3 Numbers 05:57
    • 27: JavaScript: 4.4 Numbers Manipulation 09:29
    • 28: JavaScript: 4.5 Symbol 03:48
    • 29: JavaScript: 4.6 Null and Undefined 04:24
    • 30: JavaScript: 4.7 Boolean Logic _ Control Flow 06:21
    • 31: JavaScript: 4.8 TruthyFalsy values and Equality Operators 06:59
    • 32: JavaScript: 4.9 IfElse Statements, nesting ifelse 09:05
    • 33: JavaScript: 4.10 Ternary Operators 04:09
    • 34: JavaScript: 4.11 Switch Statements 04:53
    • 35: JavaScript: 4.12 Code Challenge 01:27
    • 36: JavaScript: 4.13 Code Challenge Solution 06:58
    • 37: JavaScript: Section 4 MCQ 01:00
    • 38: JavaScript: 5.1 Advanced Data Types Intro 01:20
    • 39: JavaScript: 5.2 Arrays and Length 11:27
    • 40: JavaScript: 5.3 Basic Array Methods 09:55
    • 41: JavaScript: 5.4 Objects and Properties 08:34
    • 42: JavaScript: 5.5 Object Methods 07:18
    • 43: JavaScript: 5.6 Code Challenge 5 00:44
    • 44: JavaScript: 5.7 Code Challenge Solution 5 04:30
    • 45: JavaScript: Section 5 MCQ 01:00
    • 46: JavaScript: 6.1 For and for in Loop 07:16
    • 47: JavaScript: 6.2 While Loops 02:20
    • 48: JavaScript: 6.3 Break and Continue Statements 03:16
    • 49: JavaScript: 6.4 Coding Challenge 6 00:34
    • 50: JavaScript: 6.5 Coding Solution 6 06:09
    • 51: JavaScript: Section 6 MCQ 01:00
    • 52: JavaScript: 7.1 Function Declarations 06:34
    • 53: JavaScript: 7.2 Function Expressions 08:08
    • 54: JavaScript: 7.3 Arrow Functions 04:07
    • 55: JavaScript: 7.4 IIFE 04:52
    • 56: JavaScript: 7.5 Scope 07:12
    • 57: JavaScript: 7.6 Closure 09:34
    • 58: JavaScript: 7.7 Callbacks 07:24
    • 59: JavaScript: 7.8 Code Challenge 7 01:07
    • 60: JavaScript: 7.9 Code Solution 7 06:49
    • 61: JavaScript: Section 7 MCQ 01:00
    • 62: JavaScript: 8.1 Foreach Method 03:35
    • 63: JavaScript: 8.2 Map Method 04:22
    • 64: JavaScript: 8.3 Filter Method 04:02
    • 65: JavaScript: 8.4 Reduce Method 08:26
    • 66: JavaScript: 8.5 Sort Method 06:17
    • 67: JavaScript: 8.6 Spread Operator 07:47
    • 68: Thanks ! 01:00 PDF

Course media

Description

This comprehensive JavaScript course offers a dynamic learning journey. Begin with an introduction to JavaScript's history and its essential environment. Explore popular code editors like VS Code, master browser developer tools, and tackle common console errors. Dive into the terminal and get a crash course on GitHub for modern development. Discover invaluable online resources and take on coding challenges, including a "Hello World" exercise. Progress to coding basics, including variable handling, operators, and execution contexts. Explore primitive data types, string manipulation, numbers, and control flow. Advance to working with arrays, objects, loops, and complex functions.

Course Coverage

Intro to JS, History, and Environment:

  • Intro To _ Environment
  • VS Code _ Extensions
  • Browser Dev tools _ JS Console
  • Common Console Errors - Syntax, Type, Reference
  • Intro to Terminal
  • Crash course on GitHub
  • Online Resources (W3schools, MDN Web Docs, Stack Overflow)
  • Coding Challenge Hello World in JS
  • Coding Challenge Solution

Coding Basics:

  • Execution Content Object
  • SingleMulti Line Coding
  • Variable
  • Hoisting
  • Declaration Assignment
  • Operators
  • Operator Precedence
  • Coding Challenge
  • Coding Challenge Solution

Primitive Data Types:

  • String Manipulation
  • Numbers
  • Numbers Manipulation
  • Symbol
  • Null and Undefined
  • Boolean Logic _ Control Flow
  • TruthyFalsy values and Equality Operators
  • IfElse Statements, nesting ifelse
  • Ternary Operators
  • Switch Statements
  • Code Challenge
  • Code Challenge Solution

Advanced Data Types

  • Advanced Data Types Intro
  • Arrays and Length
  • Basic Array Methods
  • Objects and Properties
  • Object Methods

Loops:

  • For and for in Loop
  • While Loops
  • Break and Continue Statements

Beginner Function Syntax:

  • Function Declarations
  • Function Expressions
  • Arrow Functions
  • IIFE
  • Scope
  • Closure
  • Callbacks

Advanced Function Syntax:

  • Foreach Method
  • Map Method
  • Filter Method
  • Reduce Method
  • Sort Method
  • Spread Operator

Who is this course for?

  • Ideal for beginner JavaScript developers and web development enthusiasts.
  • Perfect for gaining deep JavaScript knowledge and starting in programming.
  • Great for those interested in Data Visualization, Client-side validations, and front-end programming.
  • Recommended for aspiring freelance developers.

Requirements

This training does not have any prerequisites or formal requirements. Get an Internet-connected device, and you're ready to embark on an exciting, enjoyable learning journey.

Career path

  • Web Developer - £20,000 to £50,000/year
  • Front-End Developer - £25,000 to £65,000/year
  • Back-End Developer - £30,000 to £70,000/year
  • Python Developer - £30,000 to £65,000/year

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Certificates

Certificate of completion

Digital certificate - Included

Upon completion, the learner will receive an e-certificate

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.