FreeCodeCampChina / FreeCodeCampChina/freecodecamp.cn

加多两个字“那么”会更容易阅读

Open
#482 4 comments 0 reactions 1 assignee Claimed by @S1ngS1ng View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.