I am trying to get this function to work:
// Write a function that takes two values, say a and b, as arguments // Return true if the two values are equal and of the same type
function myFunction(a, b){ return } I am not getting it right I tried multiple answers to the challenge but none worked...