I am having trouble removing these huge white margins on my react project. Below are some of the solutions I have tried. * { margin: 0; padding: 0; } /-/-/-/
I'm trying to create plot name based on input value. However getting error (in line#6). Below is my code. Thank you so much for your time and reply. //@version=
I'm writing an application which receives specific sms messages like '0000' as 'play command', and '9999' as 'reset'. When '0000' comes, it'll start vibrator, a
I have a blazor server app in .netcore 6. I have a code block if (iDiscountTotal != null && !string.IsNullOrEmpty(iDiscountTotal) && iDiscountT
I'm bothering with it couple days. My goal is to snapshot screen/component but I'm stuck. I have to use jest snapshot and the library react redux toolkit query.
I have a problem with duplicates words in memory game. I have a code (bellow) and what I want to duplicate labels and pass it (in random position every time whe