https://github.com/hashfx/learnjs
JavaScript Learning Notes
https://github.com/hashfx/learnjs
Last synced: 16 days ago
JSON representation
JavaScript Learning Notes
- Host: GitHub
- URL: https://github.com/hashfx/learnjs
- Owner: hashfx
- Created: 2021-06-27T15:34:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T15:47:25.000Z (about 5 years ago)
- Last Synced: 2025-02-23T14:44:33.392Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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