Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software JavaScript

JavaScript 360: Complete Introduction to EcmaScript

Introduction to JS and Algorithms
Rating: 3.8 out of 53.8 (302 ratings)
26,477 students
Created by Dylan Israel
Last updated 7/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Be introduced to JavaScript and begin to solve algorithms as presented in technical interviews or white board challenges.

Requirements

  • Eagerness to Learn JavaScript

Description

  • In this course we will start off by going over the JavaScript language and syntax. 
  • We will also have a brief introduction to Git, Github and markdown to start building out your git portfolio. 
  • After going through the JavaScript content you will move onto the practice section where there are algorithm problems you will attempt on your own and followed by my own solution to compare. This will give you realistic practice of what to expect in a white board or technical interview. It will also allow you to practice and make all the JavaScript you were introduced to stick.
  • On your git you will have over 20+ algorithms to add your solutions to show your learning progression. 

Who this course is for:

  • Beginners looking to get an introduction to JavaScript.
  • Those looking to study for a technical interview with practice problems

Course content

19 sections • 178 lectures • 7h 34m total length

  • Preview03:30
  • Setup
    01:13
  • Html & Script Tag
    03:51

  • Preview10:03

  • Preview02:52
  • String Properties
    01:43
  • concat()
    02:07
  • endsWith()
    02:51
  • indexOf()
    02:44
  • includes()
    01:38
  • lastIndexOf()
    02:00
  • match()
    01:28
  • padEnd()
    01:32
  • padStart()
    00:53
  • repeat()
    01:24
  • replace()
    01:17
  • search()
    01:14
  • slice()
    01:21
  • split()
    01:12
  • startsWith()
    01:17
  • substr()
    01:07
  • toLowerCase() & toUpperCase()
    00:52
  • trim(), trimLeft(), & trimRight()
    01:42
  • toString()
    01:10

  • Number Properties
    01:57
  • isFinite()
    01:16
  • isInteger()
    00:57
  • isNaN()
    01:30
  • isSafeInteger()
    00:57
  • parseFloat()
    00:45
  • parseInt()
    01:18
  • toExponential()
    01:01
  • toFixed()
    01:24
  • toPrecision()
    01:02

  • Array Properties
    02:49
  • concat()
    01:46
  • copyWithin()
    02:00
  • entries()
    02:24
  • every()
    02:32
  • fill()
    01:08
  • filter()
    02:15
  • find()
    01:42
  • findIndex()
    01:35
  • forEach()
    02:35
  • includes()
    01:26
  • indexOf()
    01:36
  • join()
    00:59
  • lastIndexOf()
    00:54
  • map()
    04:40
  • pop()
    01:05
  • push()
    00:49
  • reduce()
    02:31
  • shift()
    01:02
  • slice()
    00:57
  • some()
    01:01
  • sort()
    02:42
  • toString()
    00:43
  • unshift()
    00:54

  • Preview04:52
  • Relational Operators
    02:34
  • Equality Operators
    03:20
  • Binary Logical Operators
    02:35
  • Conditional Operator (Ternary)
    06:47
  • Increment & Decrement Operators
    02:47
  • Assignment Operators
    02:55

  • Objects Intro
    01:46
  • assign()
    02:35
  • entries()
    01:51
  • freeze()
    01:59
  • is()
    01:42
  • isFrozen()
    00:58
  • keys()
    00:55
  • hasOwnProperty()
    01:17
  • values()
    00:37

  • var & let
    04:32
  • const
    03:25
  • if statements
    02:28
  • else & else if statements
    03:33
  • switch statements
    04:19
  • for loops
    04:07
  • while loops
    01:58
  • do while loop
    01:55
  • try catch finally
    01:09
  • throw error
    01:09

  • Events Intro
    01:43
  • onclick()
    03:28
  • ondblclick()
    01:28
  • onmousedown() & onmouseenter()
    01:20
  • onmouseenter() & onmouseleave()
    04:02
  • onmousemove()
    01:39
  • onkeydown()
    01:27
  • onkeyup()
    01:12
  • onresize()
    02:12
  • onscroll()
    01:03
  • onpageshow() & onpagehide()
    01:20
  • ondragend()
    01:33
  • ondragenter()
    00:50
  • ondragleave()
    00:25
  • oncut(), oncopy() & onpaste()
    01:34

  • Importance of Clean Code
    01:20
  • Clean Code Part 1
    03:28
  • Clean Code Part 2
    07:57

Instructor

Dylan Israel
Senior Software Engineer, Mentor, & Content Creator
Dylan Israel
  • 4.3 Instructor Rating
  • 843 Reviews
  • 29,531 Students
  • 4 Courses

Dylan Israel is a self taught software developer and YouTube Content creator. He posts videos weekly discussing software and web development topics crucial to his field. He has a passion for motivating others through software and hopes to not only educate but help others improve their own personal situation with software as he did himself. 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.