firstcode

Run Settings
LanguageJavaScript
Language Version
Run Command
const nemo = ['nemo']; function findNemo(array){ for( let i=0; i< array.length; i++){ if (array[i]==='nemo'){ console.log('found nemo'); } } } findNemo(nemo);
Editor Settings
Theme
Key bindings
Full width
Lines