minor fixes

pull/23/head
Asabeneh 5 years ago
parent 105c72763f
commit 24458b672d

@ -61,8 +61,9 @@ const getUserInfo = (firstName, lastName, country, title, skills) => {
)} ` )} `
} }
// When we call this function we need parameters // When we call this function we need parameters
const skills = ['HTML', 'CSS', 'JS', 'React']
console.log( console.log(
getUserInfo('Asabeneh', 'Yetayeh', 'Finland', 'FullStack Developer') getUserInfo('Asabeneh', 'Yetayeh', 'Finland', 'FullStack Developer', skills)
) )
``` ```
@ -495,4 +496,5 @@ ReactDOM.render(<HexaColor />, rootElement)
![Hexadecimal colors](../images/hexadecimal_color_exercise.png) ![Hexadecimal colors](../images/hexadecimal_color_exercise.png)
🎉 CONGRATULATIONS ! 🎉 🎉 CONGRATULATIONS ! 🎉
[<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_day_setting_up.md) | [Day 5 >>](./05_Day_Props/05_props.md) [<< Day 3](../30-Days-Of-React/03_Day_Setting_Up/03_day_setting_up.md) | [Day 5 >>](./05_Day_Props/05_props.md)

Loading…
Cancel
Save