FreeCodeCampChina / FreeCodeCampChina/freecodecamp.cn
加多两个字“那么”会更容易阅读
Open
enhancement
- Dominant language
- CSS
- Stars
- 37.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
如果 value !='' 而且prop != 'tracks' ,**那么**collectionCopy[id][prop]=value;。
如果 value !='' 而且prop == 'tracks' ,**那么**collectionCopy[id][prop].push(value);。
如果 value == '' ,**那么**delete collectionCopy[id][prop];
Contributor guide
Assessment
This issue has not been assessed yet.