Skip to content

Instantly share code, notes, and snippets.

@haidarafif0809
Created March 31, 2018 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haidarafif0809/61f1a80610d0acc4703b0c19c8ad6c44 to your computer and use it in GitHub Desktop.
Save haidarafif0809/61f1a80610d0acc4703b0c19c8ad6c44 to your computer and use it in GitHub Desktop.
const car = {
color: 'red',
racingCar: true,
type: 'suv'
engineStart: () => {
console.log('engine start')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment