scrimba
JS Algorithms
Return Largest Numbers in Arrays
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Return Largest Numbers in Arrays
AboutCommentsNotes
Return Largest Numbers in Arrays
Expand for more info
index.js
run
preview
console
//GOAL: Does 1st world have all the letters needed to spell the second word
//YouTube.com/CodingTutorials360




// mutation(["floor", "for"]) should return true.
// mutation(["hello", "neo"]) should return false.
Console
Preview
280×340 (100%)
index.html
-4:44