document write str replace Microsoft W3Schools-11920
document.write(str.replace(/Microsoft/,W3Schools))
This multiple choice question (MCQ) is related to the book/course vu it430 E-Commerce. It can also be found in vu it430 Final Term - Quiz No.4.
document.write(str.replace(/Microsoft/,W3Schools))
This string object is deleting Microsoft word
This string object is concatenating the Microsoft with W3schools
This string object is replacing Microsoft with W3schools
None of these