let x = 10; print('The value of x is ' + x); // prints "The value of x is 10" ... The print() function writes to the console area of your browser.
確定! 回上一頁