Day 8 of 100 - Autocomplete .filter()
Learnt 1 JS Feature
Built 1 JS App
JS Features
.filter()
.includes()
.filter()
Array.prototype.filter
Syntax: let newArray = arr.filter(callback(element[, index, [array]])[, thisArg])
.
Parameters
.
callback
Function is a predicate, to test each ...
bot5am.hashnode.dev