DEV Community

Discussion on: Lookaheads in Javascript

Collapse
 
moopet profile image
Ben Sinclair

Your next goal is to get it to work with these :)

console.log("foo"); // console.log("bar");

/*****
* console.log("baz");
*****/

console.table(['foo', 'bar']);