Arrays introduction

Run Settings
LanguageJavaScript
Language Version
Run Command
const strings = ['a', 'b', 'c', 'd']; //push strings.push('z'); //pop strings.pop(); strings.pop(); //unshift strings.unshift('a'); //splice strings.splice(1, 0, 'alien'); console.log(strings);
Editor Settings
Theme
Key bindings
Full width
Lines