Quiz Question 1 of 5
In math, if you surround part of an equation in parenthesis, it means it should be calculated before the normal order of operations. The same holds true in JavaScript. Determine what the answer is to the following equation:
const answer = 4 * (6 - 2);
Choose the correct answer below: