SlideShare a Scribd company logo
1 of 25
Download to read offline
Basics of Google Chrome Developer Tools…
by
Satish Shende
satish.sixteen@gmail.com
You can get basic knowledge about
 Elements
 Toggle device tool bar
 code debugging
 Console(with basic programs)
 Source
 Network
 Application
 audit
 Document Object Model
 Cookies
Elements
Toggle device tool bar
 Searching for (and fixing) errors in programming
code is called code debugging (identify and remove
errors from (computer)hardware or software).
 console.log() to display JavaScript values in the
debugger window
 With a debugger, you can set breakpoints (places
where code execution can be stopped), and examine
variables while the code is executing.
Console
var colors = ['red', 'blue', 'green']; alert (colors);
var number = [ 5, 6, 8, 9, 10, 23, 45]; alert (number.length);
var number = [ 5, 6, 8, 9, 10, 23, 45]; alert (number.sort());
Array
var numbers = [5, 77, 6, 34]; alert (numbers[0]+numbers[2]);
a = 50; b = 20; c = a+b; console.log(c);
for (var i=0; i<10; i++) { console.log(i);}
For loop
Source ->>
• Page
• Filesystem (Add new files)
• Snippet
Network
application
audit
Document Object Model
DOM
DOM
 Is the browsers internal programmatic representation of the web
page
 Can be manipulated by languages like JS changing the page
without changing HTML
 This is type of API (application programming interface (Facebook ,
Google and Twitter use APIs to allow programmers or website
developers easier access to their services and members))
 Simply put DOM is technically an API that is inside of your browser
 When a web page is loaded, the browser creates a
Document Object Model of the page,
 which is an object oriented representation of an HTML
document,
 that acts as an interface between JavaScript and the
document itself and
 allows the creation of dynamic web pages
Some examples
 document.getElementByID (id)
 element.getElementByTagName (tag)
 document.createElement (name)
Example of DOM hierarchy in an
HTML document
Cookies
What Are Cookies?
 Cookies are small files which
are stored on a user's computer
When are Cookies Created?
Writing data to a cookie is usually done when a new webpage is
loaded
for example after a 'submit' button is pressed the data handling
page would be responsible for storing the values in a cookie.
Why are Cookies Used?
Cookies are a convenient way to carry information from one
session on a website to another, or between sessions on
related websites
For example
the first time a user visits a site they may choose a username
which is stored in the cookie,
and then provide data such as password, name, address, preferred
font size, page layout, etc. –
this information would all be stored on the database using the
username as a key.
Subsequently when the site is revisited the server will read the
cookie to find the username, and then retrieve all the user's
information from the database without it having to be re-entered.
Cookies

More Related Content

Similar to Basics of google chrome developer tools

Intro to mobile web application development
Intro to mobile web application developmentIntro to mobile web application development
Intro to mobile web application developmentzonathen
 
01 Introduction - JavaScript Development
01 Introduction - JavaScript Development01 Introduction - JavaScript Development
01 Introduction - JavaScript DevelopmentTommy Vercety
 
Google Chrome DevTools features overview
Google Chrome DevTools features overviewGoogle Chrome DevTools features overview
Google Chrome DevTools features overviewOleksii Prohonnyi
 
JavaScript - Chapter 13 - Browser Object Model(BOM)
JavaScript - Chapter 13 - Browser Object Model(BOM)JavaScript - Chapter 13 - Browser Object Model(BOM)
JavaScript - Chapter 13 - Browser Object Model(BOM)WebStackAcademy
 
Having Fun Building Web Applications (Day 1 Slides)
Having Fun Building Web Applications (Day 1 Slides)Having Fun Building Web Applications (Day 1 Slides)
Having Fun Building Web Applications (Day 1 Slides)Clarence Ngoh
 
Building Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and SalesforceBuilding Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and SalesforceRaymond Gao
 
Client side scripting using Javascript
Client side scripting using JavascriptClient side scripting using Javascript
Client side scripting using JavascriptBansari Shah
 
Advisor Jumpstart: JavaScript
Advisor Jumpstart: JavaScriptAdvisor Jumpstart: JavaScript
Advisor Jumpstart: JavaScriptdominion
 
Optimizing Flex Applications
Optimizing Flex ApplicationsOptimizing Flex Applications
Optimizing Flex Applicationsdcoletta
 
Introduction To Dojo
Introduction To DojoIntroduction To Dojo
Introduction To Dojoyoavrubin
 
Understanding Web Applications and Web Testing Tools - QAConf
Understanding Web Applications and Web Testing Tools - QAConfUnderstanding Web Applications and Web Testing Tools - QAConf
Understanding Web Applications and Web Testing Tools - QAConfnarayanraman
 
Scripting languages
Scripting languagesScripting languages
Scripting languagesteach4uin
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Jeff Wood
 
Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Jeff Wood
 
Website designing company in faridabad
Website designing company in faridabadWebsite designing company in faridabad
Website designing company in faridabadCss Founder
 
XCS110_All_Slides.pdf
XCS110_All_Slides.pdfXCS110_All_Slides.pdf
XCS110_All_Slides.pdfssuser01066a
 

Similar to Basics of google chrome developer tools (20)

Intro to mobile web application development
Intro to mobile web application developmentIntro to mobile web application development
Intro to mobile web application development
 
01 Introduction - JavaScript Development
01 Introduction - JavaScript Development01 Introduction - JavaScript Development
01 Introduction - JavaScript Development
 
Google Chrome DevTools features overview
Google Chrome DevTools features overviewGoogle Chrome DevTools features overview
Google Chrome DevTools features overview
 
Lecture 1 (2)
Lecture 1 (2)Lecture 1 (2)
Lecture 1 (2)
 
Javascript session 1
Javascript session 1Javascript session 1
Javascript session 1
 
JavaScript - Chapter 13 - Browser Object Model(BOM)
JavaScript - Chapter 13 - Browser Object Model(BOM)JavaScript - Chapter 13 - Browser Object Model(BOM)
JavaScript - Chapter 13 - Browser Object Model(BOM)
 
Having Fun Building Web Applications (Day 1 Slides)
Having Fun Building Web Applications (Day 1 Slides)Having Fun Building Web Applications (Day 1 Slides)
Having Fun Building Web Applications (Day 1 Slides)
 
Building Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and SalesforceBuilding Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and Salesforce
 
Presentation
PresentationPresentation
Presentation
 
Client side scripting using Javascript
Client side scripting using JavascriptClient side scripting using Javascript
Client side scripting using Javascript
 
Advisor Jumpstart: JavaScript
Advisor Jumpstart: JavaScriptAdvisor Jumpstart: JavaScript
Advisor Jumpstart: JavaScript
 
Optimizing Flex Applications
Optimizing Flex ApplicationsOptimizing Flex Applications
Optimizing Flex Applications
 
Introduction To Dojo
Introduction To DojoIntroduction To Dojo
Introduction To Dojo
 
Understanding Web Applications and Web Testing Tools - QAConf
Understanding Web Applications and Web Testing Tools - QAConfUnderstanding Web Applications and Web Testing Tools - QAConf
Understanding Web Applications and Web Testing Tools - QAConf
 
Scripting languages
Scripting languagesScripting languages
Scripting languages
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8
 
Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2Macromedia Dreamweaver 8 2
Macromedia Dreamweaver 8 2
 
Website designing company in faridabad
Website designing company in faridabadWebsite designing company in faridabad
Website designing company in faridabad
 
XCS110_All_Slides.pdf
XCS110_All_Slides.pdfXCS110_All_Slides.pdf
XCS110_All_Slides.pdf
 
JavaScript Basics
JavaScript BasicsJavaScript Basics
JavaScript Basics
 

More from Digital Shende

Mastering Digital Marketing: Unlocking Success with The POEM Frameworks
Mastering Digital Marketing: Unlocking Success with The POEM FrameworksMastering Digital Marketing: Unlocking Success with The POEM Frameworks
Mastering Digital Marketing: Unlocking Success with The POEM FrameworksDigital Shende
 
Digital Marketing for Women's Self-Help group
Digital Marketing for Women's Self-Help group Digital Marketing for Women's Self-Help group
Digital Marketing for Women's Self-Help group Digital Shende
 
How to Set Up a Google Ads Account Without a Campaign.pptx
How to Set Up a Google Ads Account Without a Campaign.pptxHow to Set Up a Google Ads Account Without a Campaign.pptx
How to Set Up a Google Ads Account Without a Campaign.pptxDigital Shende
 
Introduction to google certified educator level 1
Introduction to google certified educator level 1Introduction to google certified educator level 1
Introduction to google certified educator level 1Digital Shende
 
Build your own google site explation in marathi
Build your own google site explation in marathi Build your own google site explation in marathi
Build your own google site explation in marathi Digital Shende
 
Digital marketing overview 2021
Digital marketing overview 2021Digital marketing overview 2021
Digital marketing overview 2021Digital Shende
 
Digital Shende (Satish Shende) Visual Profile
Digital Shende (Satish Shende) Visual ProfileDigital Shende (Satish Shende) Visual Profile
Digital Shende (Satish Shende) Visual ProfileDigital Shende
 
Satish Shende, Satara Profile
Satish Shende, Satara ProfileSatish Shende, Satara Profile
Satish Shende, Satara ProfileDigital Shende
 
Highlights from the 7th Google for India event
Highlights from the 7th Google for India eventHighlights from the 7th Google for India event
Highlights from the 7th Google for India eventDigital Shende
 
Elements – App Screenshots
Elements – App ScreenshotsElements – App Screenshots
Elements – App ScreenshotsDigital Shende
 
Aarogya setu application
Aarogya setu applicationAarogya setu application
Aarogya setu applicationDigital Shende
 
Corona kavach app Beta Version Screenshots
Corona kavach app Beta Version ScreenshotsCorona kavach app Beta Version Screenshots
Corona kavach app Beta Version ScreenshotsDigital Shende
 
Content Creation Tools
Content Creation ToolsContent Creation Tools
Content Creation ToolsDigital Shende
 
Entrepreneurial Opportunities in Digital Marketing
Entrepreneurial Opportunities in Digital MarketingEntrepreneurial Opportunities in Digital Marketing
Entrepreneurial Opportunities in Digital MarketingDigital Shende
 
Vertical scrolling Screen mit app inventor
Vertical scrolling Screen mit app inventorVertical scrolling Screen mit app inventor
Vertical scrolling Screen mit app inventorDigital Shende
 
Tennis game with score mit app inventor code with design
Tennis game  with score mit app inventor code with designTennis game  with score mit app inventor code with design
Tennis game with score mit app inventor code with designDigital Shende
 
Rocket space game mit app inventor code with design
Rocket space game mit app inventor code with designRocket space game mit app inventor code with design
Rocket space game mit app inventor code with designDigital Shende
 
Germs kill mit app inventor game code with design
Germs kill mit app inventor game code with designGerms kill mit app inventor game code with design
Germs kill mit app inventor game code with designDigital Shende
 
Spinner Game MIT app inventor
Spinner Game MIT app inventorSpinner Game MIT app inventor
Spinner Game MIT app inventorDigital Shende
 
Mars mission 2020 registration
Mars mission 2020 registrationMars mission 2020 registration
Mars mission 2020 registrationDigital Shende
 

More from Digital Shende (20)

Mastering Digital Marketing: Unlocking Success with The POEM Frameworks
Mastering Digital Marketing: Unlocking Success with The POEM FrameworksMastering Digital Marketing: Unlocking Success with The POEM Frameworks
Mastering Digital Marketing: Unlocking Success with The POEM Frameworks
 
Digital Marketing for Women's Self-Help group
Digital Marketing for Women's Self-Help group Digital Marketing for Women's Self-Help group
Digital Marketing for Women's Self-Help group
 
How to Set Up a Google Ads Account Without a Campaign.pptx
How to Set Up a Google Ads Account Without a Campaign.pptxHow to Set Up a Google Ads Account Without a Campaign.pptx
How to Set Up a Google Ads Account Without a Campaign.pptx
 
Introduction to google certified educator level 1
Introduction to google certified educator level 1Introduction to google certified educator level 1
Introduction to google certified educator level 1
 
Build your own google site explation in marathi
Build your own google site explation in marathi Build your own google site explation in marathi
Build your own google site explation in marathi
 
Digital marketing overview 2021
Digital marketing overview 2021Digital marketing overview 2021
Digital marketing overview 2021
 
Digital Shende (Satish Shende) Visual Profile
Digital Shende (Satish Shende) Visual ProfileDigital Shende (Satish Shende) Visual Profile
Digital Shende (Satish Shende) Visual Profile
 
Satish Shende, Satara Profile
Satish Shende, Satara ProfileSatish Shende, Satara Profile
Satish Shende, Satara Profile
 
Highlights from the 7th Google for India event
Highlights from the 7th Google for India eventHighlights from the 7th Google for India event
Highlights from the 7th Google for India event
 
Elements – App Screenshots
Elements – App ScreenshotsElements – App Screenshots
Elements – App Screenshots
 
Aarogya setu application
Aarogya setu applicationAarogya setu application
Aarogya setu application
 
Corona kavach app Beta Version Screenshots
Corona kavach app Beta Version ScreenshotsCorona kavach app Beta Version Screenshots
Corona kavach app Beta Version Screenshots
 
Content Creation Tools
Content Creation ToolsContent Creation Tools
Content Creation Tools
 
Entrepreneurial Opportunities in Digital Marketing
Entrepreneurial Opportunities in Digital MarketingEntrepreneurial Opportunities in Digital Marketing
Entrepreneurial Opportunities in Digital Marketing
 
Vertical scrolling Screen mit app inventor
Vertical scrolling Screen mit app inventorVertical scrolling Screen mit app inventor
Vertical scrolling Screen mit app inventor
 
Tennis game with score mit app inventor code with design
Tennis game  with score mit app inventor code with designTennis game  with score mit app inventor code with design
Tennis game with score mit app inventor code with design
 
Rocket space game mit app inventor code with design
Rocket space game mit app inventor code with designRocket space game mit app inventor code with design
Rocket space game mit app inventor code with design
 
Germs kill mit app inventor game code with design
Germs kill mit app inventor game code with designGerms kill mit app inventor game code with design
Germs kill mit app inventor game code with design
 
Spinner Game MIT app inventor
Spinner Game MIT app inventorSpinner Game MIT app inventor
Spinner Game MIT app inventor
 
Mars mission 2020 registration
Mars mission 2020 registrationMars mission 2020 registration
Mars mission 2020 registration
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Basics of google chrome developer tools

  • 1. Basics of Google Chrome Developer Tools… by Satish Shende satish.sixteen@gmail.com
  • 2. You can get basic knowledge about  Elements  Toggle device tool bar  code debugging  Console(with basic programs)  Source  Network  Application  audit  Document Object Model  Cookies
  • 5.  Searching for (and fixing) errors in programming code is called code debugging (identify and remove errors from (computer)hardware or software).  console.log() to display JavaScript values in the debugger window  With a debugger, you can set breakpoints (places where code execution can be stopped), and examine variables while the code is executing.
  • 7. var colors = ['red', 'blue', 'green']; alert (colors); var number = [ 5, 6, 8, 9, 10, 23, 45]; alert (number.length); var number = [ 5, 6, 8, 9, 10, 23, 45]; alert (number.sort()); Array var numbers = [5, 77, 6, 34]; alert (numbers[0]+numbers[2]); a = 50; b = 20; c = a+b; console.log(c);
  • 8. for (var i=0; i<10; i++) { console.log(i);} For loop
  • 9. Source ->> • Page • Filesystem (Add new files) • Snippet
  • 12. audit
  • 14. DOM  Is the browsers internal programmatic representation of the web page  Can be manipulated by languages like JS changing the page without changing HTML  This is type of API (application programming interface (Facebook , Google and Twitter use APIs to allow programmers or website developers easier access to their services and members))  Simply put DOM is technically an API that is inside of your browser
  • 15.  When a web page is loaded, the browser creates a Document Object Model of the page,  which is an object oriented representation of an HTML document,  that acts as an interface between JavaScript and the document itself and  allows the creation of dynamic web pages
  • 16. Some examples  document.getElementByID (id)  element.getElementByTagName (tag)  document.createElement (name)
  • 17. Example of DOM hierarchy in an HTML document
  • 19.
  • 20. What Are Cookies?  Cookies are small files which are stored on a user's computer
  • 21.
  • 22. When are Cookies Created? Writing data to a cookie is usually done when a new webpage is loaded for example after a 'submit' button is pressed the data handling page would be responsible for storing the values in a cookie.
  • 23. Why are Cookies Used? Cookies are a convenient way to carry information from one session on a website to another, or between sessions on related websites
  • 24. For example the first time a user visits a site they may choose a username which is stored in the cookie, and then provide data such as password, name, address, preferred font size, page layout, etc. – this information would all be stored on the database using the username as a key. Subsequently when the site is revisited the server will read the cookie to find the username, and then retrieve all the user's information from the database without it having to be re-entered.