єйджизм и выбор между
возраст 25 и 45
и прочее
https://youtu.be/VHmVV-fWj4E?si=iX1xl0ogPtE_o8q3
Are you a JavaScript enthusiast looking to connect with like-minded individuals and stay up-to-date with the latest trends in the world of JavaScript? Look no further than 'As For JavaScript' Telegram channel! This channel is dedicated to all things related to JavaScript, from discussions on best practices to sharing valuable resources and tutorials. Whether you are a beginner looking to learn the basics of JavaScript or a seasoned developer seeking to deepen your understanding, 'As For JavaScript' has something for everyone.
Stay informed about the newest frameworks, libraries, and tools that can enhance your JavaScript development skills. Engage in lively discussions with other members of the community in the associated group chat '@AsForJsTalks' where you can ask questions, seek advice, and share your own insights with fellow JavaScript enthusiasts. By joining 'As For JavaScript,' you become part of a supportive and knowledgeable community that is passionate about all things JavaScript.
So, if you are ready to take your JavaScript skills to the next level and connect with a vibrant community of developers, join 'As For JavaScript' today! Stay informed, stay inspired, and stay connected with the world of JavaScript.
23 Jan, 20:54
23 Jan, 17:39
sub_off(sub_pos) {
if (!(sub_pos < this.data.length)) {
fail(new Error(`Wrong pos ${sub_pos}`));
}
const end = this.data.length - 2;
if (sub_pos !== end) {
this.peer_move(end, sub_pos);
}
this.data.pop();
this.data.pop();
if (this.data.length === this.sub_from)
this.reap();
}
19 Jan, 03:05
18 Jan, 13:25
(
()=>{
const PI = 3.14;
function A(param) {
console.log("A", param*PI )
}
function B(PI) {
return function(param) {
console.log("B", param * PI )
}
}
function C(param){
console.log("C", param * 3.14 )
}
A(1);
B(3.14)(1);
C(1);
}
)();
17 Jan, 11:36
15 Jan, 13:53
14 Jan, 13:14
"yo";
127;
12 Jan, 12:01
12 Jan, 08:51
12 Jan, 05:03
mov ax, 001h;
cmp ax, 0000h;
jne ne;
mov ax, 0002h;
ne:
07 Jan, 21:58
07 Jan, 20:16
06 Jan, 22:50
var obj = {
prop: "name"
};
console.log(obj.prop);
06 Jan, 06:25
]
03 Jan, 01:27
02 Jan, 18:57
30 Dec, 03:01
28 Dec, 19:30
27 Dec, 18:53
27 Dec, 02:38
20 Dec, 23:01
20 Dec, 13:52
06 Dec, 04:06
28 Nov, 06:06
for (let i=0; i<3;i++) {
console.log("i:", i);
}
27 Nov, 06:17
26 Nov, 04:51
25 Nov, 04:24
22 Nov, 00:03
18 Nov, 05:52
17 Nov, 21:23
17 Nov, 05:49
15 Nov, 19:44
12 Nov, 22:26
12 Nov, 19:56
07 Nov, 17:10
04 Nov, 12:14
01 Nov, 13:13
31 Oct, 12:58
29 Oct, 12:37
29 Oct, 10:47
26 Oct, 15:44
25 Oct, 07:45
19 Oct, 18:04
16 Oct, 10:36
29 Sep, 23:18
25 Sep, 01:34
24 Sep, 22:57
20 Sep, 22:26
20 Sep, 08:41
17 Sep, 00:52
10 Sep, 22:34
27 Aug, 10:59
14 Aug, 10:42
13 Aug, 02:32
08 Aug, 20:37