基礎知識に関する質問です。
ngOninit(){ this.hoge = this.hoge2(this.hoge3).sort(this.hogesort).sort(this.hogesort2); this.hogehoge= this.hogehoge2(this.hogehoge3); }
上記コードをよく見かけますが、
this.hogehoge= this.hogehoge2(this.hogehoge3)
のような(this.hogehoge3)が何を意味しているのかがわかりません。
何を目的にこのような記述になるのでしょうか?
基本的な質問ですが、教えていただければ嬉しいです。
回答1件
あなたの回答
tips
プレビュー