Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 101 Bytes

expression-trace-homework-3.md

File metadata and controls

6 lines (4 loc) · 101 Bytes

Create an expression trace for the following code:

console.log('foo' + ((6 - '0') + 6));