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

244
Views
What does the statement a:bc = 9 will do in javascript?

I have written a:bc = 9 in javascript.

when i `console.log(bc) its printing 9

but when I console.log(a) it gives "a" is not defined.

could anyone help me understand what is happening here?

almost 4 years ago · Santiago Trujillo
1 answers
Answer question

0

a:bc = 9

As per ECMAScript only a:bc = 9 its just a label and the last bc gets assigned to 9 and a will not have any effects.

console.log(bc); // 9 only this statement will work
almost 4 years ago · Santiago Trujillo 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!