InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Console Object? |
|
Answer» CONSOLE object is used to Used to PRINT INFORMATION on STDOUT and stderr. console object is used to Used to print information on stdout and stderr. |
|