Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 616 Bytes

Common Error types

SyntaxError

  • যখন আমার কোডে কোথাও ভুল লিখি (Syntax ভুল লিখি) ।

ReferenceError

  • variable name is not defined
  • function name is not defined

TypeError

  • Uncaught TypeError: Cannot Reade Property
  • Uncaught TypeError: Cannot Set Property
  • TypeError: "undefined" is not a function
  • TypeError: cannot read "length" of undefined
  • Uncaught TypeError: can't access property "length", .... is null

Logical Error

  • যখন সব ঠিকঠাক আছে তবে আমরা logic এ ভুল করেছি।