In computer science, data is anything that is meaningful to the computer. JavaScript provides eight different data types which are undefined, null, boolean, str

var variableName; = ourName is this correct

You still have the = sign but you are not supposed to add that.

Also, you are supposed to use myName not variableName.

Remember that you had the first two part correct here

You just need to add the semicolon

var ourName; and sorry for irritating

You wrote ourName

But the directions want you to use myName

/*

ame;

done mam

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.