diff --git a/js/list.js b/js/list.js index 017a00193c661166282802024db40abfa7285c40..95ec977eea35d653e6ce009e98e25098029769cb 100644 --- a/js/list.js +++ b/js/list.js @@ -1,19 +1,35 @@ let shopList = { - cat1 : [ - "pain", - "pain au lait", - "confiture", - "café", - "thé", - "miel" + Frais : [ + "beurre", + "crème fraiche", + "fromage rapé", + "bleu", + "chêvre", + "yahourts", + "petit suisse", + "flammekush" ], - cat2 : [ - "céreals", - "lait", - "nesquick" + Ralouf : [ + "jambon en tranche", + "Lardon-allumette", + "Knaki", + ], + + Patisserie : [ + "Chocolat au lait", + "Chocolat Noir Patissier", + "Biscuit rondo", + "chocolat blanc", + "farine", + "sucre blanc", + "sucre roux", + "levure chimique" ] + + + }; console.log("this is the list");