An open API service indexing awesome lists of open source software.

https://github.com/mycancel/array-method-a-day

An application to practice an array method every day and create a resource to visualize how data is returned.
https://github.com/mycancel/array-method-a-day

array array-methods arrays css gh-pages github-pages html html5 javascript node npm pages react

Last synced: 9 months ago
JSON representation

An application to practice an array method every day and create a resource to visualize how data is returned.

Awesome Lists containing this project

README

          

# Array Method a Day

[Live Site](https://mycancel.github.io/array-method-a-day/)

## Description

This application is intended to be used as a reference for array methods. It uses Javascript, HTML, and CSS. In addition, React is used as a JS library to make the application more modular.

## Visuals

![concat](./readme-images/concat-readme.png)

![findLast](./readme-images/findLast-readme.png)