CO332 Spring Group Project
Promgramming Function Introduction
Anotomy Of A Function
Forms and Functions
Summary
Review Questions
How do you call a function in JavaScript.
result myFunction()
call myFunction()
result = myFunction()
myFunction
How do you test for two variables not being equal.
if (a != b)
if (a <> b)
if (a not b)
if (a,b,ne)
What can't you do with Javascript.
Validate a form
Protect your page source
Create animated effects
Dynamically change the page
What does isNaN function do.
Chnages letters to numbers
Converts images to Numbers
Checks for Numbers
validates signals
In JavaScript, a line beginning with // is a(n)
comment
comparison
function
assignment
The event associated with the input control is
sparechange
textchange
onClick
textchange
Random numbers in JavaScript are generated by using
Rnd
Math.rnd
Math.Random()
Random.Math()
In HTML, href
is a file location of money
is he extension for a web page
creates a web link
creates an image
The building blocks of programming are
variables and events
functions
HTML and JavaScript
programming languages
The JavaScript Date() function
returns the date and time as a number
is decimal
none of the above
Back To
Top