Merge pull request #6337 from SaintPeter/fix/record-collection-description

Update Record Collection with Bracket Notation Note
pull/6366/head
Arsen Melikyan 2016-01-21 22:02:35 +04:00
commit f4ce9f2a22
1 changed files with 2 additions and 1 deletions

View File

@ -3667,7 +3667,8 @@
"If <code>value</code> is non-blank (<code>value !== \"\"</code>) and <code>prop</code> is not <code>\"tracks\"</code> then update or set the <code>value</code> for the <code>prop</code>.",
"If the <code>prop</code> is <code>\"tracks\"</code> and <code>value</code> is non-blank, push the <code>value</code> onto the end of the <code>tracks</code> array.",
"If <code>value</code> is blank, delete that <code>prop</code>.",
"Always return the entire collection object."
"Always return the entire collection object.",
"<strong>Note</strong><br>Don't forget to use <code>bracket notation</code> when <a href=\"accessing-objects-properties-with-variables\" target=\"_blank\">accessing object properties with variables</a>."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [