Skip to content

rickbeerendonk/ECMAScript-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9902bb4 · Jan 23, 2025
Feb 11, 2019
Sep 22, 2020
Jan 23, 2025
Jun 14, 2021
Jun 16, 2021
Aug 18, 2024
Jun 21, 2020
Nov 28, 2020
Aug 18, 2024
Jun 11, 2023
Nov 21, 2020
Nov 22, 2020
Jun 11, 2022
Dec 26, 2019
Dec 28, 2019
Apr 14, 2023
Aug 19, 2024
Jan 17, 2021
Dec 26, 2019
Feb 11, 2019
Jan 20, 2019
Aug 18, 2024
Aug 19, 2024
Dec 26, 2019
Dec 26, 2019

Repository files navigation

ECMAScript Demos

Version 5

See folder "version 5".

Version 2015 and later

Use

To install:

  1. Install Node + NPM
  2. Run npm install

To compile:

  • Run npm run build or npm run build-watch

To run:

  • Browser:
    • Run npm start
    • Open the browser at the http://localhost:8080 * Go to src folder (uncompiled sources) or lib folder (compiled sources) and select an example.
  • Node:
    • Run node <filename>

Compile

Browserslist is used in the compile step above. The file .browserslistrc contains the configuration. To check which browsers are supported with the compiled code, run:

npx browserslist

Conferences

ECMAScript Proposals

Learn more about current ECMAScript proposals and their stages.

Licence

European Union Public Licence version 1.2

Copyright

Copyright © 2015-2024 Rick Beerendonk

About

Examples for ECMAScript 20XX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published