Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.52 KB

getting-started.md

File metadata and controls

29 lines (21 loc) · 2.52 KB

Getting Started

Overview

Most of our projects are written in JavaScript or TypeScript, a language which extends JavaScript with information about types. Our projects our hosted on GitHub which is a software development platform built on top of git, a version control system which allows for keeping track of changes in source code.

Introductory Courses

@HoeenHero has a created a series of videos for beginners who are curious about contributing and learning JavaScript. The following introductory resources may also be helpful:

References