Data Structure & Algorithm Author: Mohammad Arman Ali E-mail: [email protected] Hello With Programming function sayHello() { return `Hello 👋 Programmer!`; } alert(sayHello());