Skip to content

Commit

Permalink
Merge pull request #276 from Benappiahpoku/patch-14
Browse files Browse the repository at this point in the history
Update 365 TOC and Question README.md
  • Loading branch information
sudheerj committed Jun 12, 2024
2 parents 14ee5c2 + 95d120a commit 68624a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
| 362 | [What is destructuring aliases](#what-is-destructuring-aliases) |
| 363 | [How do you map the array values without using map method](#how-do-you-map-the-array-values-without-using-map-method) |
| 364 | [How do you empty an array](#how-do-you-empty-an-array) |
| 365 | [How do you rounding numbers to certain decimals](#how-do-you-rounding-numbers-to-certain-decimals) |
| 365 | [How do you round numbers to certain decimals](#how-do-you-round-numbers-to-certain-decimals) |
| 366 | [What is the easiest way to convert an array to an object](#what-is-the-easiest-way-to-convert-an-array-to-an-object) |
| 367 | [How do you create an array with some data](#how-do-you-create-an-array-with-some-data) |
| 368 | [What are the placeholders from console object](#what-are-the-placeholders-from-console-object) |
Expand Down Expand Up @@ -6606,7 +6606,7 @@
**[⬆ Back to Top](#table-of-contents)**
365. ### How do you rounding numbers to certain decimals
365. ### How do you round numbers to certain decimals
You can round numbers to a certain number of decimals using `toFixed` method from native javascript.
Expand Down

0 comments on commit 68624a0

Please sign in to comment.