Write the next line of the expression trace for the following code: console.log(4 * (1 + '0' + 1)); EXPRESSION TRACE: 4 * (1 + '0' + 1) // write the next line here