subject

Function exerciseone(userclass){// exercise one: in this exercise you are given a class called userclass.// you will be adding a method to the prototype called greeting// this method will return the string: 'hello, it is nice to meet you! '// do not create a new class or object // write your code in the lines abovereturn userclass}function exercisetwo(animalclass){// exercise two: in this exercise you are given a class called animalclass.// the class will already have the properties 'name', 'noise' on it.// you will be adding a method to the prototype called 'speak'// using the 'this' keyword, speak should return the following string: // ' says '// do not create a new class or object // write your code in the lines abovereturn animalclass}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
How do you make a lenny face? plz, brailiest to who can answer first.
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most?
Answers: 2
question
Computers and Technology, 23.06.2019 20:10
Leo is a recruitment executive for a large company. he has identified new labor resource requirements in both the marketing and production departments. what should be his first step in recruiting candidates for the positions? a. conduct background checks of candidates b. make job offers c. arrange interviews d. conduct reference checks e. place job ads on job sites
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
How do you know if the website is secure if you make a purchase
Answers: 2
You know the right answer?
Function exerciseone(userclass){// exercise one: in this exercise you are given a class called user...
Questions
Questions on the website: 13722363