Kitten            Welcome to Read: 10



The Call Stack and Debugging

In this Read: 10, I will talk about those topics:



Call stack
A call stack is a mechanism for an interpreter (like the JavaScript interpreter in a web browser) to keep track of its place in a script that calls multiple functions — what function is currently being run and what functions are called from within that function, etc.



Debugging
Debugging is the process of detecting and removing of existing and potential errors (also called as ‘bugs’) in a software code that can cause it to behave unexpectedly or crash.Sometimes it takes more time to debug a program than to code it.

For further infromation about Call Stack please click here Or here.

For further infromation about Debugging please click here.





Read Title ToGo
Read: 01 SMACSS and Responsive Web Design
Read: 02 jQuery, Events, and The DOM
Read: 03 Flexbox and Templating
Read: 04 Responsive Web Design and Regular Expressions
Read: 05 Heroku Deployment
Read: 06 Node, Express, and APIs
Read: 07 APIs continued
Read: 08 SQL
Read: 09 Refactoring
Read: 10 The Call Stack and Debugging
Read: 11 EJS
Read: 12 Components
Read: 13 Update/Delete
Read: 14a DB Normalization
Read: 15 Diversity and Inclusion