Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

numbers Math

parseInt("100", 10); // 100
parseInt("100", 2); // 4 (100 in the binary system)
Source by practicum.yandex.com #
 
PREVIOUS NEXT
Tagged: #numbers #Math
ADD COMMENT
Topic
Name
8+9 =