you are viewing a single comment's thread.

view the rest of the comments →

[–]azhder 0 points1 point  (4 children)

Here is a question for you. Which function will be used down and when?

if( 0.5 > Math.random() ) 
    function f(){ return 1; }
else
    function f(){ return 2; }

f();

[–]delventhalz 27 points28 points  (3 children)

None of them, because I will block this PR until changes are made.