0

const sayHello = (name)=> {  
   return `Hey There ${name}`
}
console.log(sayHello('Raju'));

console is displaying "Hey There ${name}" but I was expected "Hey There Raju". where is the fault.

Maheer Ali
  • 35,834
  • 5
  • 42
  • 73

0 Answers0