let num1 = 0, num2 = 0, str1 = '';num1 = 2;num2 = num1 * 20;str1 = 'hello php.cn';console.log(num1, num2, str1);console.log('...