Skip to content

IftekherAziz/Dev-Tool-and-Debug-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1.The keyboard shortcut for clearing the console in Chrome DevTools is:

  • Ctrl + L
  1. What does SSL stand for?
  • Secure Socket Layer.
  1. Click The shortcut for selecting the button element in the chrome browser console is :
  • $("#btn")
  1. What does XHR stand for?
  • XML Http Request
  1. What console method will you call to see array data in a table?
  • console.table()
  1. Which of the following are chrome dev tool breakpoints?
  • All of the above (DOM Breakpoints, Event Listeners Breakpoints, XHR Breakpoints )
  1. What is console ?
  • Object
  1. How to show a warning in console ?
  • console.warn()
  1. Where we can see our code in dev tool?
  • Source Tab
  1. What is a chrome dev tool?
  • Collection of web development tools integrated into Google Chrome Browser