• Feb 21, 2025 •leafboo
0 likes • 1 view
console/log
• Oct 20, 2025 •a.povolotskiy-279a
var obj = { prop: 1, getProp: function(){ return function() { console.log(this.prop) }; }, }; obj.getProp()();
• Aug 17, 2025 •shekhar771
dzdzvcsd,v sd,.v, v,. ,.v , ,,vd,v dv
• May 30, 2025 •kimdylan05-04cd
refre
• Mar 29, 2023 •Helper
1 like • 3 views
test
• Nov 18, 2022 •AustinLeath
0 likes • 11 views
#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd hostname > /var/www/html/index.html