A quick search on mdn web docs tells me eval() is a huge security risk and is slower than the alternatives. I understand for beginners' sake this might be an easier way to make a calculator. But if ...