TGViewer
Channel Public Channel
JavaScript Портал

JavaScript Портал

@js_portal

Задачи по JavaScript и Typescript, которые заставят тебя перечитать спецификацию 😏
Для разработчиков, которые хотят прокачать свои знания

#javascript #typescript #задачи_программирование
Subscribers
247
Photos
1
Videos
0
Links
0
Recent Posts 20 shown
Post #432 349
  • ❤ 5
Post #431 333
const obj = { myKey: 1, mykey: 2 };
console.log(obj.myKey, obj.mykey);
Post #430 355
  • 👍 4
Post #429 269
  • 👍 5
Post #427 186
console.log("\u0077".toUpperCase());
Post #426 211
  • 👍 7
Post #425 178
const arr = [1, 2, 3];
delete arr[1];
console.log(arr[1]);
Post #423 195
  • 👍 3
Post #422 188
  • ❤ 5
Post #421 149
function throwError(): ??? {
throw new Error('Something went wrong');
}
Post #420 167
  • ❤ 1
Post #419 168
  • ❤ 4
  • 👏 2
Post #418 241
const a = { x: 1 };
const b = Object.create(a);
a.x = 2;
console.log(b.x);
Post #417 254
  • ❤ 4
Post #416 154
  • ❤ 5
Post #415 157
const arr = [1, 2];
arr[5] = 10;
console.log(arr.length);
Post #414 164
  • 👍 4
  • ❤ 1
Post #413 143
type T = { x: string, y: never } | { y: number, x: never };
Older posts →

About this channel

How can I read @js_portal without a Telegram account?
TGViewer shows the public web preview Telegram publishes for JavaScript Портал: recent posts, photos, videos and the subscriber count, with no app, login or account.
How many subscribers does JavaScript Портал have?
JavaScript Портал (@js_portal) has 247 subscribers on Telegram, refreshed roughly every 30 minutes.
Does JavaScript Портал know I viewed it here?
No. Public channel previews carry no viewer identity, and TGViewer has no accounts or tracking of what you look up.
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →