Snippets tagged “const”
2 snippets use this tag.
- How to Declare Constants in JavaScript?JavaScript
Read this tutorial and learn useful information about declaring a constant by using the const keyword which creates a read-only reference to the value.
- How to Unset a JavaScript VariableJavaScript
Read this JavaScript tutorial to know why you cannot delete the property that is created with var. Also, know in which cases you shouldn’t use the operator.