Skip to content

Commit 93765aa

Browse files
tejas-mnsadanandpai
authored andcommitted
Fixed major typos
1 parent afd791a commit 93765aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/concepts/primitives.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If the number is floating, `parseFloat` can be used. `parseInt` and `parseFloat`
9494

9595
### 4. Write a code to operate on integer numbers outside the range of numbers in JavaScript
9696

97-
- `BigInt` is a datatype in JavaScript which facilitates the mathematical opertions on huge value of integer number
97+
- `BigInt` is a datatype in JavaScript which facilitates the mathematical operations on huge value of integer number
9898
- It is represented by a suffix 'n' for number value
9999

100100
```js copy

0 commit comments

Comments
 (0)