Can i see a link to learn how to use the command prompt for windows | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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
5 Answers
+ 1
Do you want to make a web code which helps to learn how to use command prompt. So that's why you need a link right?
10th Jun 2021, 7:48 AM
Aysha
Aysha - avatar
+ 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
Check out the link https://www.cs.princeton.edu/courses/archive/spr05/cos126/cmd-prompt.html#:~:text=To%20launch%20Command%20Prompt%20select,type%20cmd%20in%20the%20box.&text=This%20is%20where%20you%20type,use%20upper%20or%20lower%20case. Hope it helps you
13th Jun 2021, 8:33 AM
Aysha
Aysha - avatar
0
I mean to use javascript in web browser
14th Jun 2021, 1:33 PM
Bello Muhyideen
Bello Muhyideen - avatar