Line Continuation

How do you code for a line continuation in AppLab. The code line extends beyond the visible screen. I prefer to see it all on one screen. I’ve tried (space) _ and (space) .

Can you just press “Enter” and continue the code on the next line as long as you break the code line after a comma (in case of method calls)? In case of a console.log, you would need to separate out anything in quotes and concatenate them.

1 Like

Well, I didn’t get an error, so I’ll see if it works once I’m through coding.

Thank you.