JavaScript ErrorsError
SyntaxError: Identifier has already been declarederrorCodes.js-syntaxerror-identifier-already-declared.name
errorCodes.js-syntaxerror-identifier-already-declared.description
browsernode
View details TypeError: Cannot assign to read only propertyerrorCodes.js-typeerror-readonly-property.description
errorCodes.js-typeerror-readonly-property.cause
errorCodes.js-typeerror-readonly-property.fix
'use strict'; const obj = Object.freeze({a:1}); obj.a = 2;SyntaxError: Identifier has already been declarederrorCodes.js-syntaxerror-identifier-already-declared.description
ETIMEDOUTerrorCodes.js-etimedout.description
InternalError: too much recursionerrorCodes.js-internalerror-too-much-recursion.description
TypeError: Assignment to constant variableerrorCodes.js-typeerror-assignment-to-constant.description
EACCESerrorCodes.js-eacces.description
SyntaxError: Unterminated string literalerrorCodes.js-syntaxerror-unterminated-string.description