fix:Add missing test #2826 & fix related solution

This commit is contained in:
Omid Heidarzadeh 2022-01-22 22:29:27 +03:30
parent 1dc6dfbc7c
commit 82e5d13b89
2 changed files with 9 additions and 0 deletions

View file

@ -11,5 +11,6 @@ let ladder = {
},
showStep: function() {
alert(this.step);
return this;
}
};