M
Q. Which one of the given options can be considered as the correct output for the following JavaScript code?
const obj1 = { a:10, b:15, c:18 }; const obj2 =Object.assign({c:7, d:1}, obj1); const obj2 =Object.assign({c:7, d:1}, obj1); console.log(obj2.c, obj2.d);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Find output of below Javascript code
Q. What would happen if there were no script tags?
Q. The "new Point(3,2)", is a kind of _______ expression
Q. What is the inital step to set up a CSS Lazy Loading?
Q. Which best explains getSelection()?
Q. What is the purpose of image replacement?
Q. When is an application said to show a runtime performance?
Q. In the following given line of code, the prototype representing the_____
Q. Which of the following elements are used to include audio?
Q. The blobs are broken into smaller pieces using which of the following functions?
Discusssion
Login to discuss.