as the “front end” or “client” side of websites. Browsers render these languages to display the interface of the website to the user. Server technologies like PHP, Ruby, Python, etc. make up the “back end” or “server” side of websites.
of the Internet. It can be used for pretty much anything. It gives you extremely powerful access to animation, retrieving data from servers after the page has loaded, connecting to 3rd party APIs like those from your favorite social networks.
of things much easier to write. It is used by about 61% of the top 100,000 sites. One of it’s big advantages is being able to use CSS selectors to access elements on the page. It also simplifies working with user interactions. It isn’t all rainbows and smiley faces, but that’s a talk for another time.
the collection is assigned a numerical index. These indexes always start at 0. You can think of them like a list of items. To access a single item in the array you use the variable name of the array and the index of the item you want to access.
indexes, the items in an object have names, these named values are called parameters Object parameters are accessed by using the name of the object a period and then the name of the parameter you would like to access. Objects can also store functions.
We’ll be getting into simple jQuery selectors and some basic jQuery methods while we are coding. We could spend all day talking about jQuery so this will just be a quick introduction.