We're a place where coders share, stay up-to-date and grow their careers.
yes, we can! You need to any function there ;)
function greeting() { console.log("Hi, Antonio!") } function* avengersGenerator() { yield "Hulk"; yield greeting() yield "Spiderman"; }
yes, we can! You need to any function there ;)