for-coder
Telegram boss will leave fortune to over 100 children he fathered https://www.bbc.com/news/articles/c77v4x8g7pro
Anyone planning to chance there Father's name ? 😂😂
Forwarded from Pavel Durov (Paul Du Rove)
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
Telegram Contests
🏆 Telegram Android Contest 2025, Round 1
Prize fund: $50,000
Deadline: 23:59 on July 11 (Dubai time)
Who can participate: Everyone
Results: July 2025
Telegram is hosting a contest for Android developers to implement a redesigned profile appearance.
In…
Prize fund: $50,000
Deadline: 23:59 on July 11 (Dubai time)
Who can participate: Everyone
Results: July 2025
Telegram is hosting a contest for Android developers to implement a redesigned profile appearance.
In…
What is the output of the above code?
Anonymous Quiz
24%
Undefined
48%
Null
9%
Reference error
15%
Type error
3%
No output
Forwarded from FlutterBegin
📰 Bro, My App Got Rejected… But I Didn’t Even Add Those Permissions!
https://dev.to/alaminkarno/bro-my-app-got-rejected-but-i-didnt-even-add-those-permissions-48o7
@FlutterBegin
https://dev.to/alaminkarno/bro-my-app-got-rejected-but-i-didnt-even-add-those-permissions-48o7
@FlutterBegin
DEV Community
Bro, My App Got Rejected… But I Didn’t Even Add Those Permissions!
A Story About Hidden Flutter Permissions, Frustration, and a Simple Fix It all started when a...
const age = "18";
if(age === 018){
console.log("Adult");
}else {
console.log("Minor");
}
What's the output of the above code
Anonymous Quiz
17%
Syntax error
30%
Adult
0%
Undefined
53%
Minor