Matching

Report a typo

Why don't the lines of code comply with the Airbnb JavaScript Style Guide recommendations?

A)

let points = 100

B)

if (a !== b){ 
  return 0 
}

C)

const SpeedOfTheCar = 0

D)

function checkvalues() {
  // ...
}
Match the items from left and right columns
A
B
C
D
Superfluous answer option
one space is missing
not used camelCase, the ; symbol is missing
the ; symbol is missing, and one space is missing
the ; symbol is missing
not used camelCase
___

Create a free account to access the full topic