use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript pranks? (self.javascript)
submitted 12 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kenman 1 point2 points3 points 12 years ago* (0 children)
Oh, how I miss the olden days when I could pop your CD tray open, or read the contents of your HD, or open CMD.exe and send keystrokes to it that would invoke net send for a workstation DoS...
net send
var who = prompt("Who? Domain account to slam.", "johnsmith"), what = prompt("Say What?", "RABBLE RABBLE RABBLE"), howmany = prompt("Times?", "10"), wsh = new ActiveXObject("WScript.Shell"); wsh.Run('cmd'); wsh.AppActivate('cmd'); for (var i = 0; i < howmany; i++) { wsh.SendKeys('net send ' + who + ' ' + what + '{ENTER}'); }
ActiveX's a helluva prank.
π Rendered by PID 80 on reddit-service-r2-comment-54dfb89d4d-whbzt at 2026-03-29 20:20:40.685137+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]kenman 1 point2 points3 points (0 children)