Skip to main content
|How can I Open a google chrome console from JavaScript| |Console in JavaScript|
JavaScript or LiveScript is a programming language that is on of the core technologies of the World Wide Web, alongside HTML and CSS.
- Invented by Brendan Eich.
- 98% websites use JavaScript on client for web page behavior.
- It is a lightweight interpreted programming language.
- The web browser receives the JavaScript code in its original text form and runs the script from that.
Steps to open console Step1: Open your browser
- Step 2:Just double click on any place of your web browser and At last you will see inspect click that.
- Step 3:A new box will be opened.
- Step 4: In that look on the taskbar of the box you will see various applications like welcome, elements, console, sources etc,.
- Step 4:From that select Console.
- Step 5:At your left side you will see arrow called "show console sidebar"
- Step 6:Click Console sidebar, and in that select no messages or the first statement . If you don't see no messages statement then don't just click the first statement which is highlighted in the below image.
- Step 7:Now you will see a less than arrow like this "<", only from this you can code your JavaScript codes and you execute.
Comments
Post a Comment