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
-
R5on11c10994y-No semicolons
-let variables with no value change.
-Value increment with "+ 1"
-method call without braces
Get zE fAK ouT! -
-
Yeah I did this rant while doing several other things at the same time and changed the variable names 17 times so yeah there you go 😑
let oldAge = 16
let newAge = age + 1
show newAge
random