I meant more like my code is inefficient hahaha, i’m not really paying attention to any optimization right now, as it’s just a home project
I meant more like my code is inefficient hahaha, i’m not really paying attention to any optimization right now, as it’s just a home project
I can use react to build something, but fuck is it inefficient. Still learning though, as i’m just creating my first frontend and it’s for a hobby project anyway, so performance doesn’t matter.
I have 3 monitors currently, two for coding, and one for things like spotify, discord, etc. Stuff i don’t have to access a lot basically. Also, it looks cool.
Because it’s uncomfortable to have a toaster strapped to your face for 8 hours
To add onto this, you can also have:
<div> </div>
And style it with:
div { background-color: red; }
just using the html tags without a . or #
Unless you want it to keep asking the question of course**
Know you probably don’t care, but you can do a while loop using while True: <code>
Which is the same as you using a statement which equals to true.
Thought i don’t think you need it for what you’re doing currently.
You basically got it yeah. You can do x % 2 and check if that is 0, as % calculates the remainder (in python at least)
It sorts them based on their unicode character, not the actual numbers. 1 is U+0031, 2 is U+0032, etc.