Translation Bug

JavaScript Algorithms and Data Structures → Basic JavaScript

Raw:
it must convert one type to another

Translation:
这叫做“类型强制转换”

It should be:
进行隐式类型转换

“类型强制转换” means “Boolean(1)”
“隐式类型转换” means “1 == true”

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.