Code snippets

Report a typo

Which code snippets are written according to the Airbnb JavaScript Style Guide recommendations?

A)

if (a = b) {
  console.log ("a = b")
}

B)

function checkAnswer() {
  //...
}

C)

const name = "Alice";
const age = "22";

D)

if(status === "online") {
  return 1
}
Select one or more options from the list
___

Create a free account to access the full topic