How to display red and green circles in table for runnibg status instead or text javascript
Answers
Answered by
0
Try this: var isSquare = function (n) { return n > 0 && Math.sqrt(n) % 1 === 0; }; Check if number is positive. Check if sqrt is complete number i.e. integer.
0.0
Similar questions