Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 21, 2023 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/35dba1f621ebe19431e5fbe693546c9a to your computer and use it in GitHub Desktop.
Save mcsee/35dba1f621ebe19431e5fbe693546c9a to your computer and use it in GitHub Desktop.
var averageSalary;
averageSalary = calculateAverageSalary();
var averageSalaryWithRaises;
averageSalaryWithRaises = calculateAverageSalary();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment