An open API service indexing awesome lists of open source software.

https://github.com/hashfx/learnjs

JavaScript Learning Notes
https://github.com/hashfx/learnjs

Last synced: 16 days ago
JSON representation

JavaScript Learning Notes

Awesome Lists containing this project

README

          

# Learn JavaScript

+ ### Designed by : **Brendan Eich**

+ ### First Appeared : dynamic, weak, duck

+ ### Influenced : TypeScript, CoffeeScript, AssemblyScript, ActionScript, Dart, Objective-J, Opa, Haxe

## JavaScript Features

+ ### high-level

+ ### just-in-time compiled

+ ### multi-paradigm

+ ### has curly-bracket syntax

+ ### dynamic typing

+ ### prototype-based

+ ### object-orientation

+ ### first-class functions