Пікірлер
@leeuwengames315
@leeuwengames315 14 сағат бұрын
in processing(java based language) : void setup(){ println(AddAllEven(array)); } int AddAllEven(int[] array){ int number; for(int index = 0; index < array.length; index++){ if(IsEven(array[index]){ number += array[index]; } } return number; } boolean IsEven(int number){ if(number%2 == 0){ return true; } else{ return false; } }
@alexteplyh
@alexteplyh Күн бұрын
One liner using Array.reduce()
@myduruavinash1580
@myduruavinash1580 2 күн бұрын
Well done ✅
@informer9261
@informer9261 22 күн бұрын
make an video of ngrx signal store
@nehruclasses9303
@nehruclasses9303 20 күн бұрын
I also planning so . soon you can expect
@theintjengineer
@theintjengineer 27 күн бұрын
In the installation page, scroll down to the part where it says how you should modify your `angular.json` to point to the PrimeNG CSS files. This shows you didn't do your homework before recording the video. You didn't even look at the docs first, which isn't very nice. Just constructive feedback.
@nehruclasses9303
@nehruclasses9303 24 күн бұрын
I am really happy to welcome you feedback. I was about to tell that. However, on the flow, I skipped the part. please add the below code in angular.json "styles": [ "node_modules/primeng/resources/themes/lara-light-blue/theme.css", "node_modules/primeng/resources/primeng.min.css", ... ]
@anirudhpasari4690
@anirudhpasari4690 29 күн бұрын
keep going!! very informative
@nehruclasses9303
@nehruclasses9303 29 күн бұрын
Thank you! Will do!
@karthikc9021
@karthikc9021 Ай бұрын
Keep going bro