Javascript Calculator (Node)
You are going to create a calculator in pure Javascript using NodeJS and readline-sync. Your script must have: * A function that adds two numbers and returns the result * A function that multiplies two numbers and returns the result * A function that divides two numbers and returns the result * A function