대중적인 자바스크립트로 비유하자면



1.

function test ()

{

console.log();


}



2.

function test(){

console.log();

}