Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

155
Views
Why is `console.table` skipping the last property?

I have a very simple object, but the table is just never printed fully in Chrome devtools:

console.table({
  "ClassMethod#set": {
    "checked": 0,
    "unchecked": 0
  },
  "ClassMethod#get": {
    "checked": 0,
    "unchecked": 0
  },
  "ClassMethod#constructor": {
    "checked": 0,
    "unchecked": 0
  },
  "ClassMethod#method": {
    "checked": 0,
    "unchecked": 0
  },
});

The output is:

chrome devtools

Why does it only print three rows, when given four?

It is not a "three-limit", I can just print more, but it always lacks the last one:

enter image description here

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

Chrome it appears to be buggy, always showing one line less than specified (also with only one row).


You can track the open issue here on bugs.chromium.org

Little spoiler from a comment in the issue

As the issue is no longer reproducible/fixed on chrome beta channel #104.0.5112.48 which will be stable tentatively in next few weeks.

Written Mon, Jul 18, 2022

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!