Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなコードを書いています
this._users = users || [];
これが何を意味するのか知りたかっただけthis._usersですか?
this._users
助けてくれてありがとう。
これは基本的に、ユーザーを true または false で評価しています。評価が true の場合、それ以外の場合はユーザーを返すよりも、空の配列を this._users に割り当てます。