Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 13 pages
Exam (elaborations)

Wgu C777 Unit 3: JavaScript Master Your Exam: Premium Practice Questions & Solutions

Document preview thumbnail
Preview 2 out of 13 pages

return - - What is used to output values from a function? local variable - - What type of variable is declared within a function and available only from within that function? global variable - - What type of variable is available throughout the entire script? argument - Corr - What is a value or expression containing data or code that is passed on to a function? pass by reference - - What describes when values are passed to a function, and the function's parameters receive a copy of its argument's value?

Content preview

Wgu C777 Unit 3: JavaScript

return - ✔ ✔ - What is used to output values from a

function?


local variable - ✔ ✔ - What type of variable is declared

within a function and available only from within that function?


global variable - ✔ ✔ - What type of variable is available

throughout the entire script?


argument - ✔ ✔ Corr - What is a value or expression containing

data or code that is passed on to a function?


pass by reference - ✔ ✔ - What describes when values are

passed to a function, and the function's parameters receive a copy of its

argument's value?




Example:


function myFunction(x){

, return x;


}


var num = 2;


myFunction(num);


pass by value - ✔ ✔ - What describes when values are

passed to a function, and the function's parameters receive its argument's

actual value?




Example:


function myFunction(x){


return x;


}


myFunction(2);


isNaN() - ✔ ✔ - Which method determines whether an

value is a number?

Document information

Uploaded on
June 24, 2025
Number of pages
13
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$8.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
jackline98
3.3
(61)
Sold
272
Followers
152
Items
9892
Last sold
2 months ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions