最佳答案
当我的一个朋友看到下面的JavaScript代码时,我正在练习一些JavaScript代码:
document.write(('b' + 'a' + + 'a' + 'a').toLowerCase());
The above code answers "banana"
!
Can anyone explain why?