feat: renaming js => javascript

This commit is contained in:
Byson94
2025-09-19 15:23:03 +05:30
parent 44e7298d86
commit ebbd1355c6
7 changed files with 38 additions and 38 deletions

View File

@@ -57,7 +57,7 @@ These functions are built-in and available globally, meaning they can be used di
For example, to get the value of PI, you can simply write:
```js
```javascript
let x = PI();
```