We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3ac4b commit fa9ebfdCopy full SHA for fa9ebfd
Debugging/catch-misspelled-variable-and-function-names.json
@@ -0,0 +1 @@
1
+{"index.js":"let receivables = 10;\nlet payables = 8;\nlet netWorkingCapital = receivables - payables;\nconsole.log(`Net working capital is: ${netWorkingCapital}`);"}
0 commit comments