Ignatiuz Software interview question

How to create a function in JS? How to alert in JS?

Interview Answer

Anonymous

Jun 10, 2016

function name(){} and alert["hi");

1