Skip to content

Commit

Permalink
fixed article price
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmaioranool committed Feb 13, 2024
1 parent 26a4945 commit 1573513
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions JS/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,153 +2,153 @@ let reponse = [
{
_id: "a001",
nomProduit: "Super Nintendo Classic",
prix: 80,
prix: 8000,
},
{
_id: "a002",
nomProduit: "Nintendo 64",
prix: 500,
prix: 50000,
},
{
_id: "a003",
nomProduit: "Nintendo GameCube",
prix: 500,
prix: 50000,
},
{
_id: "a004",
nomProduit: "Nintendo DS",
prix: 500,
prix: 50000,
},
{
_id: "a005",
nomProduit: "Nintendo Wii",
prix: 500,
prix: 50000,
},
{
_id: "a006",
nomProduit: "Nintendo 3DS",
prix: 500,
prix: 50000,
},
{
_id: "a007",
nomProduit: "Nintendo Wii U",
prix: 500,
prix: 50000,
},
{
_id: "a008",
nomProduit: "Nintendo Switch",
prix: 500,
prix: 50000,
},
{
_id: "b001",
nomProduit: "PlayStation 1",
prix: 50,
prix: 5000,
},

{
_id: "b002",
nomProduit: "PlayStation 2",
prix: 50,
prix: 5000,
},
{
_id: "b003",
nomProduit: "PlayStation 3",
prix: 50,
prix: 5000,
},
{
_id: "b004",
nomProduit: "PlayStation 4",
prix: 50,
prix: 5000,
},
{
_id: "b005",
nomProduit: "PlayStation 5",
prix: 50,
prix: 5000,
},
{
_id: "b006",
nomProduit: "PS Vita",
prix: 50,
prix: 5000,
},
{
_id: "b007",
nomProduit: "PSP",
prix: 50,
prix: 5000,
},
{
_id: "b008",
nomProduit: "PlayStation VR",
prix: 50,
prix: 5000,
},
{
_id: "c001",
nomProduit: "Xbox 360",
prix: 25,
prix: 2500,
},
{
_id: "c002",
nomProduit: "Xbox one",
prix: 25,
prix: 2500,
},
{
_id: "c003",
nomProduit: "Xbox one x",
prix: 25,
prix: 2500,
},
{
_id: "c004",
nomProduit: "Xbox series s",
prix: 25,
prix: 2500,
},
{
_id: "c005",
nomProduit: "xbox series x",
prix: 25,
prix: 2500,
},
{
_id: "c006",
nomProduit: "manette xbox series x et s",
prix: 25,
prix: 2500,
},
{
_id: "c007",
nomProduit: "manette xbox elite",
prix: 25,
prix: 2500,
},
{
_id: "c008",
nomProduit: "casque xbox",
prix: 25,
prix: 2500,
},
{
_id: "d001",
nomProduit: "Clavier",
prix: 90,
prix: 9000,
},
{
_id: "d002",
nomProduit: "Enceinte Gaming",
prix: 90,
prix: 9000,
},
{
_id: "d003",
nomProduit: "Fauteuil Gaming",
prix: 90,
prix: 9000,
},
{
_id: "d004",
nomProduit: "Casque Gaming",
prix: 90,
prix: 9000,
},
{
_id: "d005",
nomProduit: "Souris Gaming",
prix: 90,
prix: 9000,
},
{
_id: "d006",
nomProduit: "Tapis de souris Gaming",
prix: 90,
prix: 9000,
},
{
_id: "d007",
Expand Down

0 comments on commit 1573513

Please sign in to comment.