You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“ it('inherits the parent's properties', function() { “
should be “ it(“inherits the parent's properties”, function() { “
The single quotation marks in the original statement should be changed to double quotation marks, because they conflict with the apostrophe (parent's).
The text was updated successfully, but these errors were encountered:
“ it('inherits the parent's properties', function() { “
should be “ it(“inherits the parent's properties”, function() { “
The single quotation marks in the original statement should be changed to double quotation marks, because they conflict with the apostrophe (parent's).
The text was updated successfully, but these errors were encountered: