• Feb 21, 2025 •leafboo
0 likes • 2 views
console/log
• Jun 1, 2025 •abeRodrz99
0 likes • 3 views
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> </body> </html>
• Oct 8, 2025 •opovolotskyi-7e4a
0 likes • 5 views
var obj = { prop: 1, getProp: function(){ return function () { console.log(this.prop); } }, };
• Oct 20, 2025 •a.povolotskiy-279a
var obj = { prop: 1, getProp: function(){ return function() { console.log(this.prop) }; }, }; obj.getProp()();
• Aug 7, 2024 •naiferomar366-60ef
aaaa
• Apr 26, 2025 •C S
0 likes • 4 views
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none