Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, December 7, 2012

LearnStreet Javascript Lesson 3 Exercise 1


What Are Strings? Welcome to Lesson 3! In this lesson we'll dig a little deeper into the world of strings, something you've already seen quite a bit of. Let's create a variable myName and assign to it a string containing your name. Then type myName and press Enter.
var myName = "Nate"; 
myName => 'Nate' 
Great! Now that you've created a string, let's cover some things you can do with strings.

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts