Propriété de classe d'accès rapide à l'aide d'objets
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears
SAMER SAEID
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears