日间模式下,运行 [Promise.any](https://zh.javascript.info/promise-api#promiseany) 的最后一个代码块,看不见输出  夜间模式下,能看见  原因是:日间模式下,输出字体的颜色与背景颜色过于相近。
Activity
songhn233 commentedon May 9, 2023
确实有这个问题,是平台主题样式配置引起的,我在 en.javascript.info 同步一下这个 issue
console.log
output styling in interaction blocks javascript-tutorial/en.javascript.info#3451