Skip to content

Commit 424a044

Browse files
committed
Update README.md
1 parent e496128 commit 424a044

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
| 74. |[How to use Q promise in node js?](#q-how-to-use-q-promise-in-node-js)|
8585
| 75. |[How to use locale (i18n) in node js?](#q-how-to-use-locale-i18n-in-node-js)|
8686
| 76. |[How to Implement Memcached in Nodejs?](#q-how-to-implement-memcached-in-nodejs)|
87-
| 77. |[Explain Error Handling in node js?](#q-explain-error-handling-in-node-js)|
88-
| 78. |[How to generate and verify checksum of the given string in Node.js](#q-how-to-generate-and-verify-checksum-of-the-given-string-in-node-js)|
87+
| 77. |[Explain Error Handling in Nodejs?](#q-explain-error-handling-in-nodejs)|
88+
| 78. |[How to generate and verify checksum of the given string in Nodejs](#q-how-to-generate-and-verify-checksum-of-the-given-string-in-nodejs)|
8989

9090
<br/>
9191

@@ -3312,7 +3312,7 @@ var memcached = new Memcached('localhost:11211', {retries:10,retry:10000,remove:
33123312
<b><a href="#">↥ back to top</a></b>
33133313
</div>
33143314

3315-
## Q. ***How to generate and verify checksum of the given string in Node.js***
3315+
## Q. ***How to generate and verify checksum of the given string in Nodejs***
33163316

33173317
The **checksum** (aka **hash sum**) calculation is a one-way process of mapping an extensive data set of variable length (e.g., message, file), to a smaller data set of a fixed length (hash). The length depends on a hashing algorithm.
33183318

@@ -3342,8 +3342,8 @@ console.log(hashPwd); //ef5225a03e4f9cc953ab3c4dd41f5c4db7dc2e5b
33423342
<b><a href="#">↥ back to top</a></b>
33433343
</div>
33443344

3345-
#### 77Q. ***Explain error handling in Node.js?***
3346-
#### 78Q. ***How to use locale (i18n) in Node.js?***
3345+
#### Q. ***Explain Error Handling in Nodejs?***
3346+
#### Q. ***How to use locale (i18n) in Node.js?***
33473347

33483348
<div align="right">
33493349
<b><a href="#">↥ back to top</a></b>

0 commit comments

Comments
 (0)