Skip to content

Tag: javascript

Converting an object into numbers

Hello again stack overflow! Another day another rookie question. I have been trying to create my own simple little calculator and so far I have been working on the add function. It is working without errors but its adding values as if they were strings. I have been trying to place Numbers() and parseInt() aro…