ABAniket Bhiungadeinjavascript-output-and-input-methods.hashnode.dev·Jan 6, 2025 · 4 min readJavaScript Output and Input Methodsalert() confirm() document.write() innerHTML innerText outerHTML console.log() console.error() console.warn() console.debug() console .info() alert() : It is used to display output in a message box. User have to confirm the message in or...00