Skip to content

nwebpro/js-common-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 এ ভুল করেছি।

About

JavaScript Common Error

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published