Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This repository contains all the material for the HackYourFuture module "JavaScript 1: Programming Basics"

Notifications You must be signed in to change notification settings

codeveloper-ysf/JavaScript1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you are following the HackYourFuture curriculum we recommend you to start with module 1: HTML/CSS/GIT. To get a complete overview of the HackYourFuture curriculum first, click here.

Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a pull request.

Module #2 - JavaScript 1: Programming Basics (Frontend)

JavaScript1

In this module you'll make a start into wonderful world of programming. We will be using the programming language JavaScript to do this. We will look at information in a different way: as

Mostly what you'll be learning is 2 things:

  • The skill of problem solving.
  • The skill of thinking algorithmically

You will learn to understand problems terms of an algorithm: a series of steps that can be used to do a certain thing, even if the details are different each time.

Here you can find course content and homework for the JavaScript 1 module

Week Topic Reading Materials Homework Lesson Plan
1. What is programming? Reading Week 1 Homework Week 1 Homework Week 1
2. • Intro JavaScript (What is it, where can you use it for)
Variables (var, let, const)
Basic Data types (Strings, Numbers, Arrays, Booleans)
Operators
Special characters and their names
Naming conventions
Reading Week 2 Homework Week 2 Homework Week 1
3. • Git work flow 😈
Advanced data types (objects)
Conditional execution
Statements vs Expressions
Loops (for/while)
Functions
Scope
Reading Week 3 Homework Week 3 Homework Week 1

Kind note:

We expect you to always come prepared to the class on Sunday.

Overall

A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the JavaScript Fundamentals README and research/ ask for help (Slack!) with the concepts that are not entirely clear.

The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)

About

This repository contains all the material for the HackYourFuture module "JavaScript 1: Programming Basics"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%