Eyad Al-Khalidy

Results 6 comments of Eyad Al-Khalidy

The hints in the following 2 exercises easily show the algorithm to solve the problem: - [06_repeatString](https://github.com/TheOdinProject/javascript-exercises/tree/main/06_repeatString) - [09_sumAll](https://github.com/TheOdinProject/javascript-exercises/tree/main/09_sumAll) I suggest modifying the "Hints" sections for each one as follows:...

Do you think that making the "Hints" sections collapsed by default is a good idea anyway? If so, this can be applied using the `` and `` tags as instructed...

You're right @nik-rev. The content will be visible if the file is opened normally (in the editing mode) in VS Code, not in the preview mode. Personally, I usually read...

> [@eyad-alkhalidy](https://github.com/eyad-alkhalidy) thanks for this. I loke this suggestion for both of those exercises. Would you like me to assign you for this? The PR can close this issue, as...

We've actually been exposed to these Array methods earlier, in the _javascript.info_ guide linked [here](https://www.theodinproject.com/lessons/foundations-arrays-and-loops#:~:text=through%20JavaScript.info%E2%80%99s-,array%20method%20guide,-for%20a%20deeper) It's still helpful to encourage learners to use array methods here, but without specifying which...

They didn’t specifically mention the `flex-wrap` property; they just described the behavior of the text. Wrapping isn’t something exclusive to Flexbox. For text, wrapping is the default behavior when there...