// Given: var i = '1'; // 1. What is the value of the below expression? // 2. What is the value of `i` afterwards? ++i + +i+++i+i +++i+i+i+++i++ +i+++i;