()
| 61 | let isSoftwareEngineer = true; |
| 62 | let myFunc = function() {}; |
| 63 | let arrowFunc = () => {}; |
| 64 | |
| 65 | //find what is to the right if the equal sign |
| 66 | // console.log(firstName, age, isSoftwareEngineer, myFunc); |
nothing calls this directly
no outgoing calls
no test coverage detected