bhumijgupta / Exploring-Symbols

Learn more about javascript symbols by exploring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring-Symbols

Learn more about javascript symbols by exploring

These resources are related to the free video tutorial at Programylis.

Usage

  1. Make sure you have Node installed
  2. Clone the repository
  3. Go to introduction folder
  4. Run command
npm install -S
npm run start

The console will re-run your code everytime you make a change.

References

Youtube video - JavaScript Symbols - The Lesser Known Primitive | Programylis
Slides - Google Slides

FAQ

I made changes to file but it is not executed
Make sure the file you have made changes to is included and uncommented in index.js

Build with ♡ by

Bhumij Gupta

Bhumij profile picture

GitHub followers LinkedIn Twitter Follow


if (repo.isAwesome || repo.isHelpful) {
  StarRepo();
}

About

Learn more about javascript symbols by exploring

License:MIT License


Languages

Language:JavaScript 100.0%