Skip to content

Instantly share code, notes, and snippets.

View Jifar71's full-sized avatar

Jifar Raya Jifar71

View GitHub Profile
@Jifar71
Jifar71 / prices.js
Created August 26, 2024 20:53
this code work on the price value of some array and change some of it's value inside the arrays
/*
* Programming Quiz: The Price is Right
*/
/*
* QUIZ REQUIREMENTS
* - Your code should have a variable `prices`
* - The value of the 1st, 3rd, and 7th elements should be doubled
* - Your code should print `prices` to the console as an array. Do not iterate over the elements.
*/