Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Even for C it is valid. You are assigning y to x and this will return true if it can do the assignment.
-
Dacexi119977y@AlexDeLarge @math-silva yeah sorry. I realized that. Was just really angry at myself after solving this bug. It made my project compleatly broken for 3 weeks.
-
Dacexi119977y@Hedgepig @Ashkin @JohnDoesNot I though I had a longer but apparently it broke when I updated eslint :/
-
Dacexi119977y@Hedgepig at least i'm making progress now :) I'm making a custom teamspeak client with a more modern UI and a better chat.
-
Dacexi119977y@Hedgepig i'm a 15 year old who uses VS Code and i've been coding 80% JS my whole life. I think you can work that out yourself 😜
-
Fair! I think I was about 15 when I first programmed and JS was my first language. Though I mainly tinkered about, didn't actually do anything like work on a TS client.
Also js was pretty different then -
Dacexi119977y@Hedgepig yeah I can imagine. I started with Java at age 6 but it didn't really stick so I started learning python. Did a couple text games for like 2 years then I moved to html. About 1 year after I learnt php and then js. (I know I started young, I have my uncle to thank for that ❤)
-
@Dacexi wow man, yeah, hopefully I can help my kids. I didn't have anyone and Internet was relatively new. Nothing like stack overflow was around.
It's a good time to be 15 and learning programming. So many options. -
Dacexi119977y@kb88 yeah check my previous comments. I was just dumb and frustrated 8n the heat of the moment :)
Related Rants
Someone please tell me why react sees if(x = y) as valid js. That typo basically broke my app for 3 weeks and I didn't figure it out untill now. It set all my states to the same value. Fuck me 😑
undefined
react