mustabbas / Portfolio

the portfolio is one of the most powerful tools in the software developer toolbox; it’s the easiest way of showing what you’re truly capable of as a developer, and is a quick and simple way for recruiters and hiring managers to get an idea of what you can bring to their teams.
https://mustabbas.github.io/Portfolio/
3 stars 0 forks source link

Found bug in your code. #17

Open DyaryRaoof opened 3 years ago

DyaryRaoof commented 3 years ago

Hi Mustafa. I have found some bugs in your code. could you check and fix them please ? You have three bugs in your code.

the first is in line 26: you are missing a comma. https://github.com/mustabbas/Portfolio/blob/76bd02553cedb84f0f395d19d8486a67f002ef36/assets/script.js#L26

the second one is in line 37: missing a comma at the end. https://github.com/mustabbas/Portfolio/blob/76bd02553cedb84f0f395d19d8486a67f002ef36/assets/script.js#L37

the third is in line 113: you are using an arrow function but forgot to add the arrow. please fix that => https://github.com/mustabbas/Portfolio/blob/76bd02553cedb84f0f395d19d8486a67f002ef36/assets/script.js#L113