Code

General Code

math functions

Round and Round

Math…I know…some of you are letting our a collective groan. Let’s face it, not all of us like math, but it is necessary and can be very helpful in developing applications. Fortunately, JavaScript has some built in Math methods to assist us. PI – returns 3.14…. round() – round floating point to nearest integer floor()

Round and Round Read More »