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 Meditation Personal Transformation Life Purpose Coaching 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 Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging 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

This course includes:

  • 2 hours on-demand video
  • 1 article
  • 15 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development JavaScript

Let's JavaScript! Newbie Friendly: Part 1

Coding for beginner's. Code a calculator
Rating: 4.0 out of 54.0 (198 ratings)
16,796 students
Created by K .
Published 2/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Code in JavaScript from scratch
  • Showcase your work to potential employers
  • Code more advanced projects in JavaScript

Course content

5 sections • 30 lectures • 2h 6m total length

  • Preview03:30
  • Preview02:30
  • Preview00:55
  • Preview02:49
  • Structure of series
    01:36
  • Structure of an individual project
    01:52

  • DOM: Introduction
    04:35
  • DOM: Properties & Methods
    05:01
  • DOM: Navigation
    04:36
  • JavaScript Syntax
    04:31

  • Course Assets
    03:07
  • Setting up for the project
    04:01

  • Download starter project folder
    00:01
  • Preview01:01
  • HTML & CSS
    03:00
  • Global Variables: Part 1
    13:13
  • Global Variables: Part 2
    02:38
  • function setValue(number): Part 1
    10:33
  • Preview07:38
  • function oppClick(numericCode): Part 1
    03:35
  • function oppClick(numericCode): Part 2
    10:13
  • function equalClick( ): Part 1
    03:17
  • function equalClick( ): Part 2
    07:26
  • Preview02:32
  • function backspace( ): Part 1
    02:38
  • function backspace( ): Part 2
    09:21
  • function setDecimal( ): Part 1
    01:09
  • function setDecimal( ): Part 2
    07:10
  • function setOppString( )
    01:53

  • Preview00:28

Requirements

  • HTML
  • CSS

Description

Hi and welcome to " Let's JavaScript! ".  

My name is Kauress and you may know me from the “Introduction to git” class on SitePoint

JavaScript is known as a front end language for web applications. According to the Developer Survey of 2016 by Stack Overflow, JavaScript was surveyed to be the most commonly used programming language on the web.

Learning a new language can be complicated and time consuming. Let Kauress guide you through beginners projects in JavaScript and the DOM! You will code 5 projects in JavaScript from scratch. Building upon basic concepts and applying them in your projects. The projects you code will allow you to manipulate user input and build dynamic web components of an otherwise static web-page. And by the end of this project series you would have coded 5 productivity web-apps in JavaScript

Code your way into learning JavaScript and Let’s JavaScript! 

Goal of the project series: 

To teach the basic constructs of JavaScript by coding projects.

The projects:

This is a complete hands on series and the projects we will be coding are:

1.  A single operation calculator:   The calculator allow you to add, subtract multiply and divide 2 numbers with or without a decimal point. Our calculator will also have A backspace and clear feature. Our calculator will automatically start new calculations after the equal to operator is clicked. Eval has not used!

2. A to-do List :  A to-do list based on arrays and array methods which will allow you to add, strike through or delete individual items and additionally you can also add an item using the enter key on your keyboard and then clear the list

3.Pomodoro:  A pomodoro is a productivity method to track work and break durations, the pomodoro will have functions such as start, pause and reset. And it will automatically start the break duration after the work period is over

4. WYSIWYG editor: A what you is see is what you get editor which will have all the basic features of a standard text editor such as bold, center align , color text and so on. This project include new topics like local storage, which will allow your draft to be saved even after you refresh the page

5. Calender widget:  A calendar widget that shows not only the current , previous and next day but also the current time and local weather. And in this project you will be use the date and time objects and an API

What are the per-requisites? 

1. HTML

2. CSS

3. Basic know how of JavaScript theory

This series assumes little to NO knowledge of coding in JavaScript.

This project series is best suited to those that have had little exposure to JavaScript in the way of reading material and basic definitions but have no real experience coding in JavaScript.

What if I am an absolute beginner? :

Now if you have absolutely no exposure to JavaScript in any way shape or form, you may still do the projects.  You can extend your learning experience by referencing basic definitions and, other reading material along with the content provided in each project

When you finish this course, you will be able to:

1.Code in JavaScript from scratch
2.Showcase your work to potential employers

3.Carry on to do intermediate level projects in JavaScript


What tools do I need to do the projects? :

  1. A code editor (This part is covered in Section 2, lesson # 2)



Who this course is for:

  • Beginners
  • Those who know HTML & CSS and have little exposure to JavaScript in the way of definations, but have no experience coding in JavaScript
  • Project based learners

Instructor

K .
Web development & neuroscience
K .
  • 4.3 Instructor Rating
  • 387 Reviews
  • 27,264 Students
  • 3 Courses

Instructor of "Introduction to Git" with over 4000+  enrollees on SitePoint, I now present to you "Let's JavaScript!".  I am the head instructor at a coding bootcamp based in NM, USA.  My expertise is in bridging the gap for newbies and taking your from syntax --> logic --> your own apps!

My classes are "project based" and contextual. Therefore, the implementation of new concepts and technologies is through a project.


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