Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Wednesday, January 1, 2014

The JavaScript length Property

The length property in JavaScript is used to determine how many elements are in a thing. I use the word thing because the length property can be used on almost any kind of variable.

Saturday, December 14, 2013

JavaScript - Join Method

join - Concatenates an Array together

Purpose: The Join method concatenates the elements of an Array, and returns a string.

Sunday, December 8, 2013

JavaScript

I have begun learning web development. I would like to learn how to spruce up my own webpage at brookspatton.net as well as possibly switch from the Systems Administration career that I am currently in to Web Developer. I purchased a basic introductory course at Udemy called How to Become a Web Developer from Scratch. While the class itself costs $199, I was able to get a coupon for 75% off which made it much more affordable.