https://github.com/wigging/javascripts
Examples of JavaScript programming
https://github.com/wigging/javascripts
css html javascript node
Last synced: about 2 months ago
JSON representation
Examples of JavaScript programming
- Host: GitHub
- URL: https://github.com/wigging/javascripts
- Owner: wigging
- License: mit
- Created: 2023-03-19T20:58:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T00:09:56.000Z (9 months ago)
- Last Synced: 2025-09-17T02:20:57.959Z (9 months ago)
- Topics: css, html, javascript, node
- Language: HTML
- Homepage:
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# ☕️ JavaScripts
JavaScript has taken over the internet as the foundation of many web applications and server side programs. This repository and associated notes provide concise examples of the JavaScript programming language.
## Examples
Example code is located in the `js-projects` directory. Notes for the examples are listed below:
- [Create a JavaScript Environment with Node](https://gavinw.me/notes/javascript/node.html)
- [Fizz buzz in Javascript](https://gavinw.me/notes/javascript/fizzbuzz.html)
- [Input Numbers with JavaScript](https://gavinw.me/notes/javascript/input-number.html)
- [JavaScript Modules](https://gavinw.me/notes/javascript/modules.html)
- [Plotly Graphs in JavaScript](https://gavinw.me/notes/javascript/plotly-graph.html)
- [Scroll Columns with JavaScript](https://gavinw.me/notes/javascript/scroll-columns.html)
- [Select Results with JavaScript](https://gavinw.me/notes/javascript/select-results.html)
- [Select Units with JavaScript](https://gavinw.me/notes/javascript/select-units.html)
- [Strings in JavaScript](https://gavinw.me/notes/javascript/strings.html)
- [Use JavaScript to Load HTML Content](https://gavinw.me/notes/javascript/load-html.html)
## Contributing
Submit a Pull Request if you would like to contribute to this project. Questions and other comments can be submitted on the Issues page.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile:.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.