[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber [Back]  [Original]

Error.prototype.columnNumber - JavaScript | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Error.prototype.columnNumber

: . , , . , , , .

In this article

columnNumber , .

: columnNumber

js
var e = new Error("   ");
throw e;
console.log(e.columnNumber); // 0

- . .


Web Proxy Viewer  |  New URL  |  Original Page