• Apr 14, 2021 •Daedalus
0 likes • 0 views
Eqtt vw wvm awtdm ug xchhtm?
• Sep 27, 2024 •popeyevn
0 likes • 1 view
alert('123');
• 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>
• May 13, 2025 •rejordon17-9956
fsfsdfsdfdsfsdf
• 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()();