Skip to content

My personal JavaScript teaching modules for my brother who doesn't know how to do programming. Feel free to use or contribute via pull requests.

License

Notifications You must be signed in to change notification settings

kevinliyanto/js-teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript teaching module

This whole repository and its codes (unless stated below) is licensed under CC0 version 1.0 Universal License. Read LICENSE file for further information.

Files not included in CC0 license

Files listed below are not included in CC0 license because it was derived from another work.

How to use this teaching module

It is recommended for you to use Unix-like machines to learn programming, even if this module is Windows-compatible. If you're on Windows, you can install Windows Subsystem for Linux (WSL) to emulate Linux behaviour.

You will need to install these applications on your machine:

Git is needed to pull this repository. To get this whole repository, use:

git clone https://github.com/kevinliyanto/js-teaching.git
cd js-teaching

To periodically pull this repository, use git pull inside js-teaching directory.

IDE to use

You can use any IDE, ranging from Vim to JetBrains WebStorm. It is recommended to use Visual Studio Code.

About

My personal JavaScript teaching modules for my brother who doesn't know how to do programming. Feel free to use or contribute via pull requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published