MasterCodingInterview_DSA_Lesson26

Run Settings
LanguageJavaScript
Language Version
Run Command
const nemo = ['nemo', 'billy', 'mike', 'nemo', 'bob']; function findNemo(array) { for (let i = 0; i < array.length; i++) { if (array[i] === 'nemo') { console.log('Found NEMO!!') } else { console.log('Not Nemo!'); } } } findNemo(nemo)
Editor Settings
Theme
Key bindings
Full width
Lines