Last updated 11 months ago
Boolean 值命名最好是 has, is 開頭
Boolean
// bad let called = false // good let hasBeenCalled = false
function
fn