ecofic / article-get-largest-and-smallest-array-value-in-javascript

This repository supports the article with the same name.

Home Page:https://medium.com/@chad.campbell/getting-the-largest-smallest-and-average-array-element-value-in-javascript-70624e117ee6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article

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.

Getting Started

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.

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.

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. 👍

Disclaimer

This implementation is a "quick-and-dirty" implementation. For that reason, professional enhancements like minification, bundling, code splitting, etc. were not used.

About

This repository supports the article with the same name.

https://medium.com/@chad.campbell/getting-the-largest-smallest-and-average-array-element-value-in-javascript-70624e117ee6

License:Apache License 2.0


Languages

Language:HTML 75.8%Language:JavaScript 24.2%