Ignatiuz Software interview question

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

Interview Answer

Anonymous

10 Jun 2016

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

1