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

158
Views
What is different between chrome dev-tools and Firefox dev-tools?

Im new in JavaScript and I wrote this js code on console :`

    function test (){} 
    var a1 = new test();
     a1;//chrome dev-tool test()
     a1;// firefox dev-tool : object {}
`

and run that on chrome dev-tool and Firefox dev-tool and I saw different results .

1.in chrome : test{}
2.in Firefox: object{}

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

chrome is essentially saying {} is an empty object that was constructed by a function with name test.Firefox is saying {} is an empty object of general construction from Object.the subtle difference is that Chrome is actively tracking ,as an internal property,the name of the actual function that did the construction , whereas other browses don t track that additional information.

about 4 years ago · Juan Pablo Isaza 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!