0

Can i see a link to learn how to use the command prompt for windows

Web design

10th Jun 2021, 7:17 AM
Bello Muhyideen
Bello Muhyideen - avatar
3 Réponses
+ 1
I don't understand the relations between command prompt of windows, javascript and web design??? do you want to use javascript as stand alone from command prompt (javascript for server side) or to use javascript in web browser (use in html page and/or browser developer console)?
13th Jun 2021, 8:40 AM
visph
visph - avatar
+ 1
in web browser context, "command prompt window" could refer to the prompt() function as well as the web developer console command line ^^. from inside a page, a script could get input from user by using: var input = prompt("message to display in pop up"); https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt from the web developer tools console, you can execute any javascript code in real time inside the page context (access to global variables used by the current page... https://developer.mozilla.org/en-US/docs/Tools/Web_Console
14th Jun 2021, 2:40 PM
visph
visph - avatar
0
I mean to use javascript in web browser
14th Jun 2021, 1:33 PM
Bello Muhyideen
Bello Muhyideen - avatar