Skip to content

Commit 094ac38

Browse files
committed
Update README.md
1 parent b16b84c commit 094ac38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
| 10. |[What tools can be used to assure consistent style?](#q-what-tools-can-be-used-to-assure-consistent-style)|
2121
| 11. |[When should you npm and when yarn?](#q-when-should-you-npm-and-when-yarn)|
2222
| 12. |[What is a stub?](#q-what-is-a-stub)|
23-
| 13. |[What is a test pyramid? How can you implement it when talking about HTTP APIs?](#q-what-is-a-test-pyramid--how-can-you-implement-it-when-talking-about-http-apis)|
23+
| 13. |[What is a test pyramid? How can you implement it when talking about HTTP APIs?](#q-what-is-a-test-pyramid-how-can-you-implement-it-when-talking-about-http-apis)|
2424
| 14. |[How can you secure your HTTP cookies against XSS attacks?](#q-how-can-you-secure-your-http-cookies-against-xss-attacks)|
2525
| 15. |[How can you make sure your dependencies are safe?](#q-how-can-you-make-sure-your-dependencies-are-safe)|
26-
| 16. |[What is Event loop in Node.js? And How does it work?](#q-what-is-event-loop-in-nodejs--and-how-does-it-work)|
27-
| 17. |[What is REPL? What purpose it is used for?](#q-what-is-repl--what-purpose-it-is-used-for)|
26+
| 16. |[What is Event loop in Node.js? And How does it work?](#q-what-is-event-loop-in-nodejs-and-how-does-it-work)|
27+
| 17. |[What is REPL? What purpose it is used for?](#q-what-is-repl-what-purpose-it-is-used-for)|
2828
| 18. |[What is the difference between Asynchronous and Non-blocking?](#q-what-is-the-difference-between-asynchronous-and-non-blocking)|
2929
| 19. |[How to debug an application in Node.js?](#q-how-to-debug-an-application-in-nodejs)|
3030
| 20. |[What are some of the most popular modules of Node.js?](#q-what-are-some-of-the-most-popular-modules-of-nodejs)|
@@ -70,7 +70,7 @@
7070
| 60. |[What are the timing features of Node.js?](#q-what-are-the-timing-features-of-nodejs)|
7171
| 61. |[What is LTS releases of Node.js why should you care?](#q-what-is-lts-releases-of-nodejs-why-should-you-care)|
7272
| 62. |[Why should you separate Express 'app' and 'server'?](#q-why-should-you-separate-express-app-and-server)|
73-
| 63. |[What is the difference between process.nextTick() and setImmediate()?](#q-what-is-the-difference-between-processnexttick--and-setimmediate)|
73+
| 63. |[What is the difference between process.nextTick() and setImmediate()?](#q-what-is-the-difference-between-processnexttick-and-setimmediate)|
7474
| 64. |[What is difference between JavaScript and Node.js?](#q-what-is-difference-between-javascript-and-nodejs)|
7575
| 65. |[What are the difference between Events and Callbacks?](#q-what-are-the-difference-between-events-and-callbacks)|
7676
| 66. |[Explain RESTful Web Services in Node.js?](#q-explain-restful-web-services-in-nodejs)|

0 commit comments

Comments
 (0)