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

https://github.com/andrewjbateman/javascript-array-functions2

:clipboard: Practise array functions, following Javascript30 course from Wes Bos.
https://github.com/andrewjbateman/javascript-array-functions2

arrays css functions html javascript javascript30

Last synced: 6 months ago
JSON representation

:clipboard: Practise array functions, following Javascript30 course from Wes Bos.

Awesome Lists containing this project

README

          

# :zap: Javascript Array Practise 2/2

* Wes Bos Youtube Tutorial: [.some(), .every(), .find() and [...SPREADS] — Array Cardio Day 2 - #JavaScript30 7/30](https://www.youtube.com/watch?v=QNmRfyNg1lw&list=PLu8EoSxDXHP6CGK4YVJhL_VWetA865GOH&index=7).
* **Note:** to open web links in a new window use: _ctrl+click on link_

![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/javascript-array-functions2?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/javascript-array-functions2?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/javascript-array-functions2?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/javascript-array-functions2?style=plastic)

* [:zap: Javascript Array Practise 2/2](#zap-javascript-array-practise-22)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-Do List](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)

## :books: General info

* Tutorial Code using more javascript array methods.

## :camera: Screenshots

![Example screenshot](./img/array.png).

## :signal_strength: Technologies

* Ran in Google Chrome browser with: [Javascript engine V8 for Windows (x64)](https://v8.dev/).

## :floppy_disk: Setup

* Open index.html in browser. If any code is changed the browser needs to be refreshed. Some code is commented out as it is meant to be used with a particular web link.

## :computer: Code Examples

* Example of .every array method to return true of false for 'all adults 19 or over'.

```javascript
// Array.prototype.every() // is everyone 19 or older?
const allAdults = people.every((person) => currentYear - person.year >= 19);
console.log({allAdults});
```

## :cool: Features

* array methods .some, every, find..

## :clipboard: Status & To-Do List

* Status: Working.
* To-Do: Nothing.

## :clap: Inspiration

* Wes Bos Youtube Tutorial: [.some(), .every(), .find() and [...SPREADS] — Array Cardio Day 2 - #JavaScript30 7/30](https://www.youtube.com/watch?v=QNmRfyNg1lw&list=PLu8EoSxDXHP6CGK4YVJhL_VWetA865GOH&index=7).

## :file_folder: License

* N/A

## :envelope: Contact

* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com