Viewers , we will get
knowledge J S in this post that how to
make website
In J S?
What is Java Script?
J ,S is client side scripting language J S is used to make change html website pages dynamic web pages , J S is make interactivity
websites pages html. J, Script is
supported all web browsers. J S writes in document.
For
example, J S code to make change the number 236.2363611111556 into currency
format and J S code show.
For
example,
a =
236.236311111556 ;
b =
a.toString( ) ;
decimalPos
= b.indexOf( ".", 0 ) ;
c =
b.substring( 0, decimalPos + 3 ) ;
document.write( c ) ;
Thanks.
0 comments:
Post a Comment