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