MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippetconst pi=3.14;var pi=4;console.log(pi);What will be the output for the above code snippet? |
| A. | his will flash an error |
| B. | rints 4 |
| C. | rints 3.14 |
| D. | mbiguity |
| Answer» B. rints 4 | |