Lesson 5
Homework:
Modify one of the website shells I showed you today. Spend at least an hour playing with it.
Create a file that has at least 2 functions in it... they can be simple:
function addTen(num:Number):Number{
return num+10
}
like that....^
CLASSFILES:
DOWNLOAD >>
Modify one of the website shells I showed you today. Spend at least an hour playing with it.
Create a file that has at least 2 functions in it... they can be simple:
function addTen(num:Number):Number{
return num+10
}
like that....^
CLASSFILES:
DOWNLOAD >>
