1Write a pure functioneasy · 10 minWrite a pure add function and call it twice with the same values, joining the answers.Acceptance criteria1.#out should show 5,5.TaskHints 0/1Solution