Hey medial team,
This is very irritating that when we want to see a random reply and when we click reply, a new page opens and as we go on seeing replies the pages go on opening and when we want to go back we have to click again and again to go back
Today I got to learn some interesting low level stuff like :
• if condition == text ( can’t perform operation bcz not a str ) ❌
• if condition == “text” ( can compare bcz it’s a str )✅
• power of nested if-else statement 👀
Github :