pull/392/merge
Abhishek Shah 7 months ago committed by GitHub
commit dbb0c3d2d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,7 +56,7 @@ const getUserInfo = (firstName, lastName, country) => {
return `${firstName} ${lastName}. Lives in ${country}.` return `${firstName} ${lastName}. Lives in ${country}.`
} }
// calling a functons // calling a function
getUserInfo('Asabeneh', 'Yeteyeh', 'Finland') getUserInfo('Asabeneh', 'Yeteyeh', 'Finland')

Loading…
Cancel
Save