Skip to content

Instantly share code, notes, and snippets.

@ankitamasand
Created April 17, 2019 17:47
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 ankitamasand/8ef1b3cc184ee9bfddda0bb58b8fd927 to your computer and use it in GitHub Desktop.
Save ankitamasand/8ef1b3cc184ee9bfddda0bb58b8fd927 to your computer and use it in GitHub Desktop.
buildTeslaModelS({
length: 196,
width: 86,
wheelbase: 116,
getTyrePressure: function () {
let tyrePressure = 20 // Evaluated after doing a few complex computations!
return tyrePressure
},
getRemCharging: function () {
let remCharging = 20 // Evaluated after doing a few complex computations!
return remCharging
},
turningCircle: 10
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment