Hi, I've a general doubt. I've big few tokens that I need to store in cookies, but it's like 4.2KB. which I can't do. So thought abt compressing n putting data in cookie, ...
Hi, Is there an optimal way to pass large data in query params? Use case: Let's say we have to send user IDs as query parameters in a GET request, But when we have more user...
hi, in javascript can we reference a variable rather creating a copy with that value?? usecase: using vuejs. want to ref the status of a window to a data property, so that i...
Hi, have been stuck on a logic with enums and switch cases I've a enum object with many constants specified. And have a switch case for fields in the enum, as well as others....
how can we clear old output from the interpreter? I mean, say if we r playing a game, after input, it shows output and also asks input again. but this time, it should clear...
Ohkk. So it's better to join tokens with colons as you did right?