Function generator using javascript(ECMA script)

I have created a JavaScript function that can calculate the square, cube, root, factorial, even or odd  and prime factors of a given number. 



Comments

Popular posts from this blog

Calculator using python tkinter

Password generator using python