GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

What are the arguments and parameters in the code snipped?  …

What are the arguments and parameters in the code snipped?       var shirt = “blue”; var pants = “gray”; var clothes = wearIt(shirt, pants); function wearIt( x, y) { var myOutfit = “Today I will wear a ” + pants + 8                            ” shirt and ” + shirt + ” pants.”; return myOutfit; } document.write(clothes);

Read Details

  Given that Y is a numeric variable, which of the following…

  Given that Y is a numeric variable, which of the following is NOT equivalent to:                                                  (Y

Read Details

Which statement is equivalent to the following:           (x…

Which statement is equivalent to the following:           (x >= 0) && (x

Read Details

Evaluate 8 % 7 

Evaluate 8 % 7 

Read Details

What integer values of x would make the following statement…

What integer values of x would make the following statement true?      (x >= 2) && (x < 6)

Read Details

Which of the following will generate a random number between…

Which of the following will generate a random number between 0 and 5?

Read Details

Which of the following will set the variable num to the valu…

Which of the following will set the variable num to the value 8?

Read Details

What are the arguments and parameters in the code snipped?  …

What are the arguments and parameters in the code snipped?       var shirt = “blue”; var pants = “gray”; var clothes = wearIt(shirt, pants); function wearIt( x, y) { var myOutfit = “Today I will wear a ” + pants + 8                            ” shirt and ” + shirt + ” pants.”; return myOutfit; } document.write(clothes);

Read Details

 Which would be used to have a JavaScript function named hel…

 Which would be used to have a JavaScript function named hello() execute before the user views a web page?

Read Details

If the variable hours = 10, what is the value of the variabl…

If the variable hours = 10, what is the value of the variable salary after the following instruction has been executed:  salary = hours * 8

Read Details

Posts pagination

Newer posts 1 … 48,932 48,933 48,934 48,935 48,936 … 73,194 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top