Return a sorted array without mutating the original array JS Javascript Free Code Camp FCC
By Oudoire Gatien at Apr 23 2021
Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. javascript
By Nicole Tremblay at Nov 08 2019
Create a JavaScript Function with the name age () this function will take your date of birth as parameters and return your age in years.
By Bill Harvey at Jun 26 2021
Given a list of daily temperatures T, return a list such that, for each day in the input, tells you how many days you would have to wait until a warmer temperature. If there is no future day for which this is possible, put 0 instead javascript
By SweFalcon at Jun 30 2020