tostring js
var num = 15;
var n = num.toString(); /* now */ "15"
what is tostring in js
toString .
For user-defined Function objects,
the toString method returns a string containing the source text segment
which was used to define the function. JavaScript calls the toString method
automatically when a Function is to be represented as a text value,
e.g. when a function is concatenated with a string.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us