https://github.com/soumyadip007/introduction-to-javascript
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
https://github.com/soumyadip007/introduction-to-javascript
Last synced: about 2 months ago
JSON representation
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
- Host: GitHub
- URL: https://github.com/soumyadip007/introduction-to-javascript
- Owner: soumyadip007
- License: mit
- Created: 2020-11-17T12:50:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T15:32:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T00:13:25.217Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction-to-Javascript
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.