1.

What are JavaScript display possibilities?​

Answer» JAVASCRIPT can "display" DATA in different ways:WRITING into an alert box, using window.alert().Writing into the HTML OUTPUT using document.write().Writing into an HTML element, using innerHTML.Writing into the BROWSER console, using console.log().


Discussion

No Comment Found