Skip to content

Instantly share code, notes, and snippets.

@manuelaplesa96
Last active May 23, 2024 06:00
Show Gist options
  • Save manuelaplesa96/211d95ca2b117e9c3a941f7fe2c8d167 to your computer and use it in GitHub Desktop.
Save manuelaplesa96/211d95ca2b117e9c3a941f7fe2c8d167 to your computer and use it in GitHub Desktop.
The gist that shows an example of null in the JavaScript programming language.
var element = null;
element.getAttribute(‘id’); // exception "TypeError: Cannot read property ‘getAttribute’ of null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment