This repository is associated with the Get Largest and Smallest Array Value in Javascript article. This repository includes the samples and basic performance benchmark tool used in that article.
To get started:
Clone this repository
git clone https://github.com/ecofic/article-get-largest-and-smallest-array-value-in-javascript.git
Install the dependencies
npm install
Install the dependencies
npm run dev
NOTE: I've experienced some caching issues. To work beyond this, you may need to open an incognito window.
Now that you're up and running with this code, I want to close out by give you a quick tour.
This repository includes the following directories:
Directory | Purpose |
---|---|
images |
Images used in the article that complements this repository. |
src |
The samples and benchmark tool associated with the Get Largest and Smallest Array Value in Javascript article. |
At this point, you should be able to experiement with this repository. I also want to provide a special thanks.
This repository relies on code from the following repositories. These repositories sped up the development of this sample code.
Project | Repository | License |
---|---|---|
Bootstrap | view | MIT |
lite-server | view | MIT |
If this repository helped you, I hope you'll provide attribution in some way. Thank you. 👍
This implementation is a "quick-and-dirty" implementation. For that reason, professional enhancements like minification, bundling, code splitting, etc. were not used.