JavaScript The Console Learn all about the Google Chrome Developer Tools Console and why it's hands-down one of the best tools to test your JavaScript code in the...
JavaScript String.split() The JavaScript String.split() method allows you to split a string into an array of substrings.
JavaScript Functions In programming, functions are reusable snippets of code that you can 'call' when needed. Functions are made up of statements and can also accept arguments or parameters.