Skip to content

⬅️ Back to Table of Contents

📄 update-expression.src.js

📊 Analysis Summary

Metric Count
🔧 Functions 1
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/basics/update-expression.src.js

Variables & Constants

Name Type Kind Value Exported
i number let/var 0

Functions

f(): void

Code
function f() {
  i++;
}
  • Return Type: void