We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288bf21 commit 2ae57caCopy full SHA for 2ae57ca
README.md
@@ -439,8 +439,8 @@ function showEmployeeList(employees) {
439
employees.forEach((employee) => {
440
const expectedSalary = employee.calculateExpectedSalary();
441
const experience = employee.getExperience();
442
-
443
- let data = {
+
+ const data = {
444
expectedSalary,
445
experience
446
};
0 commit comments