Dipesh Kafle

Results 2 comments of Dipesh Kafle

How would we go about doing this? ``` function f(){ return 1+2 let x = 10 } ``` This is going to be parsed as "return 1+2" followed by "let...

I just checked, EOL is indeed terminating a statement. I got confused because of the example I gave. It was parsing the following line as an expression for return, which...