/Useful-Javascript-Functions

A collection of useful javascript functions, chunks and pieces.

Primary LanguageJavaScript

Commit-activity Issues Repo-size Forks LinkedIn

Welcome to Useful-Javascript-Functions

This is a collection of tips and some small chunks and pieces of useful Javascript functionalities that I learn day to day across a variety of websites. This might come in handy to beginners for learning or working on Javascript projects.

This collection can be used as a reminder and will be expanded upon as I work on perfectiong my own knowledge in Javascript.

Categories

Below are liks to Table of contents:

How to use it

Examples can be run from the scripts directory. Cloning and running a live server on this repository, you can test all the scripts on index.html which is setup for all the examples in the directory.
Be sure to change the source script for the script you wish to test.

    <script src="scripts/testGetElementHelper.js"></script>

JavaScript

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.