scrimba
JS Algorithms
Contained Within
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

Contained Within
AboutCommentsNotes
Contained Within
Expand for more info
index.js
run
preview
console
//Does the second string char's all exist in the first word
//YouTube.com/CodingTutorials360



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