Posts by Hatatori • 73 points
3 posts
-
1
votes0
answers297
viewsQ: how to return the number of decimals after the comma in c or javascript?
How to return the number of decimals after the comma in c or javascript; Example: To the entrance 2.254 The exit would be 3
javascriptasked Hatatori 73 -
4
votes2
answers109
viewsQ: Why is 8 showing up and not the number referring to i?
<style> .menu > li:hover .sub-menu{ display:block; } </style> <ul class="menu"> <li>li 1</li> <li>li 2</li> <li>li 3 <ul class="sub-menu">…
-
-6
votes1
answer40
viewsQ: Why am I not able to create a function within a class named after the array list of a class method in php?
Why am I unable to create a function within a class named after the array list of a class method in php? function $this->info[0](){ }