Some use full number methods of javascript using in the javascript programming.
TOSTRING
The toString() method returns a number as a string.
c...
For further actions, you may consider blocking this person and/or reporting abuse
Nice article, I'd advise using the markdown syntax highlighting for your code - it makes things a tad nicer, e.g.
```javascript
const x = 2;
```
Becomes:
@matijanovosel It looks really nice now. Thank you so much!
No problem. I didn't know either until recently to tell you the truth, good luck writing new content!
@matijanovosel Thank you so much for pointing it out. I just started my blog here and did not know it does support markdown. I will definitely use this feature in my next posts.