20 September 2021

It's Stringtime!

About 80% of all computing time is devoted to the processing of characters strings. Web pages deal in text, so this rule probably applies to them more so.

Today, we will become familiar with strings and indexing. Soon, you will see arrays, and you will see lots of reassuring parallelism that results in a nice economy of thought.

I have placed empty.html in this course's page. Open it and open the developer tools.

Also, open W3Schools and go to the JavaScript reference. Select String.