console.table method
E242833
The console.table method is a JavaScript debugging utility that displays array or object data in a formatted table within the browser or Node.js console.
All labels observed (1)
| Label | Occurrences |
|---|---|
| console.table method canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2174941 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: console.table method Context triple: [Console Standard, standardizes, console.table method]
-
A.
Tabularium
The Tabularium was the official records office of ancient Rome, a monumental state archive building overlooking the Roman Forum.
-
B.
Table of Context
"Table of Context" is an EP by American singer, songwriter, and producer Cautious Clay that blends soulful vocals with atmospheric R&B and electronic production.
-
C.
Abridged Set Table
Abridged Set Table is the English meaning of the title of the Kitzur Shulchan Aruch, a concise Jewish legal code summarizing practical halacha.
-
D.
Connectional Table
The Connectional Table is a leadership and coordinating body within the United Methodist Church that oversees and aligns the denomination’s mission, ministries, and resources at the global level.
-
E.
The Table
"The Table" is the English name of Surah Al-Ma'idah, a chapter of the Qur'an that addresses themes of lawful and unlawful food, covenants, and adherence to divine law.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: console.table method Target entity description: The console.table method is a JavaScript debugging utility that displays array or object data in a formatted table within the browser or Node.js console.
-
A.
Tabularium
The Tabularium was the official records office of ancient Rome, a monumental state archive building overlooking the Roman Forum.
-
B.
Table of Context
"Table of Context" is an EP by American singer, songwriter, and producer Cautious Clay that blends soulful vocals with atmospheric R&B and electronic production.
-
C.
Abridged Set Table
Abridged Set Table is the English meaning of the title of the Kitzur Shulchan Aruch, a concise Jewish legal code summarizing practical halacha.
-
D.
Connectional Table
The Connectional Table is a leadership and coordinating body within the United Methodist Church that oversees and aligns the denomination’s mission, ministries, and resources at the global level.
-
E.
The Table
"The Table" is the English name of Surah Al-Ma'idah, a chapter of the Qur'an that addresses themes of lawful and unlawful food, covenants, and adherence to divine law.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
JavaScript console method
ⓘ
debugging utility ⓘ |
| acceptsArgument |
columns
ⓘ
data ⓘ |
| argumentRole |
columns specifies which properties or columns to include
ⓘ
data is the value to be displayed ⓘ |
| availableIn |
Chrome developer tools
ⓘ
surface form:
Chrome DevTools console
Edge DevTools console ⓘ Mozilla developer tools ⓘ
surface form:
Firefox Web Console
Node.js ⓘ
surface form:
Node.js REPL
Node.js ⓘ
surface form:
Node.js runtime
Web Inspector developer tools ⓘ
surface form:
Safari Web Inspector console
|
| belongsToObject | console ⓘ |
| category | console debugging API ⓘ |
| definedInLanguage | JavaScript ⓘ |
| displayBehavior |
renders each array element as a row
ⓘ
renders each object property as a column ⓘ uses index or key as first column by default ⓘ |
| introducedIn |
Google Chrome
ⓘ
surface form:
Chrome 28
Mozilla Firefox ⓘ
surface form:
Firefox 34
Node.js 10 ⓘ |
| invocationContext | called as a method of console object ⓘ |
| outputFormat | formatted table ⓘ |
| primaryPurpose | display tabular data for debugging ⓘ |
| providedByEnvironment |
Node.js
ⓘ
web browsers ⓘ |
| relatedMethod |
console.debug
ⓘ
console.dir ⓘ console.log ⓘ |
| returnValue | undefined ⓘ |
| sideEffect | writes formatted table to console output ⓘ |
| standardStatus |
JavaScript console
ⓘ
surface form:
documented in WHATWG Console Living Standard
|
| supportsFeature |
column selection
ⓘ
nested object inspection ⓘ sorting by clicking column headers in some consoles ⓘ |
| typicalInput |
Array
ⓘ
Array-like object ⓘ Map ⓘ Object ⓘ Set ⓘ TypedArray ⓘ arguments object ⓘ |
| typicalUseCase |
compare object properties visually
ⓘ
debug API responses containing lists ⓘ inspect arrays of objects ⓘ |
| usageExample |
console.table([{name: 'Alice', age: 30}, {name: 'Bob', age: 25}])
ⓘ
console.table(users, ['name', 'age']) ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: console.table method Description of subject: The console.table method is a JavaScript debugging utility that displays array or object data in a formatted table within the browser or Node.js console.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.