Skip to content

Instantly share code, notes, and snippets.

@anisur3036
Last active November 4, 2021 13:59
Show Gist options
  • Save anisur3036/ba45eecbc649d310bed1297395b7f5d6 to your computer and use it in GitHub Desktop.
Save anisur3036/ba45eecbc649d310bed1297395b7f5d6 to your computer and use it in GitHub Desktop.
JavaScript Task

Day 1

  • A student know basic of JavaScript, He trying to make a function that concatenate string "JavaScript" at the end of his input. This function takes an input or argument as string and return something link below example.
saySomething("Oh nooo!")  "Oh nooo! JavaScript"

saySomething("I am learning")  "I am learning JavaScript"

saySomething("Ii is My first challange of")  "Ii is My first challange of JavaScript"
@anisur3036
Copy link
Author

Please complete your task and get back to me. I want you must write some code otherwise I will not give any solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment