https://github.com/iftekheraziz/debugging-nosto-bank
Debugging Nosto Bank
https://github.com/iftekheraziz/debugging-nosto-bank
chrome-devtools debugging debugging-tool html5 javascript modern-javascript
Last synced: 24 days ago
JSON representation
Debugging Nosto Bank
- Host: GitHub
- URL: https://github.com/iftekheraziz/debugging-nosto-bank
- Owner: IftekherAziz
- Created: 2023-03-07T07:51:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T11:13:31.000Z (about 3 years ago)
- Last Synced: 2025-03-04T04:09:57.878Z (over 1 year ago)
- Topics: chrome-devtools, debugging, debugging-tool, html5, javascript, modern-javascript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Interview Questions:
- Tell me something about JS engine v8 internal mechanism.
- What is event loop in javascript?
- If javascript is single threaded, how does it handle asynchronous call ?
- Differences between setTimeout and setInterval.
- Can you explain the difference between an async function and a regular function in javascript?
- Whats's the error handling strategy for promises that were rejected while awaiting?
- What are the state of a promise in javascript?
- Can you explain what the .then() method does?