Newer
Older
hello-programmer-world / public / sample / tips / sample.js
@h.sakamoto h.sakamoto 23 hours ago 82 bytes commit
const str = null;
console.log(str.length()); // ここでTypeErrorが発生する