Skip to content
Pair Code
  • Home
  • Blog

JavaScript

Intermediate JavaScript 1 – Arrays and Functions

March 1, 2023July 19, 2021 by David Richied

Arrays JavaScript arrays are basically containers for stuff. We can put anything we want in a JavaScript array. let notifications = [ ‘John Wayne liked your post’, ‘Ed Sullivan mentioned you in a post’, ‘You have a new message from Al Capone’ ]; Our array of notifications contains three strings. Code Dissection let The let … Read more

Categories Course, JavaScript, Uncategorized
Post navigation
Newer posts
← Previous Page1 Page2 Page3
© 2025 Pair Code • Built with GeneratePress