You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Remove the item in `numbersArray` that is equal to `randomNumber`
39
-
1.*Optional* create a variable `numbersToRemove`. In a loop remove the number of items equal to `numbersToRemove`. Remember to have randomNumber inside of the forloop
Write a function where you speficy your speed in `km/h` and how far you have to go in `km`. The function has to return the time it will take to arrive at your destination. The time should be formatted like this: `3 hours and 34 minutes`.
@@ -210,7 +213,7 @@ Come up with a unique feature **you think would make this app better.** Write do
210
213
211
214
Try an **interactive version 💻 of your code**[here](https://codepen.io/hackyourfuture-cph/pen/GeMzdE). Remember to insert your code in the top of the codepen :)
> After a long day you come home to relax. The first thing you do is find your phone and start watching some youtube. Then check facebook, and then reading some news. Suddently a hour has passed. What happened to all that time you think to yourself. Maybe we can create some program to help with this problem! What if we could help users manage their smart phone usage?
215
218
216
219
Its going to work like this: A user can add smartphone activities. Then he can see a status on how his smartphone usage is going.
0 commit comments