Revision as of 09:13, 8 October 2023 editLfernando18 (talk | contribs)2 edits →javascript: new sectionTags: Reverted Mobile edit Mobile web edit← Previous edit | Revision as of 09:13, 8 October 2023 edit undoJasper Deng (talk | contribs)Edit filter managers, Extended confirmed users, Pending changes reviewers, Rollbackers53,720 editsm Reverted edit by Lfernando18 (talk) to last version by TonyBallioniTag: RollbackNext edit → | ||
Line 42: | Line 42: | ||
:That makes sense to me. I'd go with prominently adding the stats, on the basis that more choice of information is good. -- ] <sup>]</sup> 21:23, 28 September 2023 (UTC) | :That makes sense to me. I'd go with prominently adding the stats, on the basis that more choice of information is good. -- ] <sup>]</sup> 21:23, 28 September 2023 (UTC) | ||
:I'd say both. Show the stats while letting them see who is currently active. Better to know that someone who has been using it frequently is around right now than know one or the other. ] (]) 01:47, 29 September 2023 (UTC) | :I'd say both. Show the stats while letting them see who is currently active. Better to know that someone who has been using it frequently is around right now than know one or the other. ] (]) 01:47, 29 September 2023 (UTC) | ||
== javascript == | |||
{{Short description|High-level programming language}} | |||
{{Distinguish|Java (programming language)|Javanese script|ECMAScript}} | |||
{{Redirect|.js|the Microsoft dialect used in Internet Explorer|JScript|}} | |||
{{For|the uses of JavaScript on Misplaced Pages|Misplaced Pages:WikiProject JavaScript|selfref=yes}} | |||
{{pp-pc|small=yes}} | |||
{{Infobox programming language | |||
| name = JavaScript | |||
| logo = <!-- Do not add the unofficial logo, per ] --> | |||
| logo alt = | |||
| screenshot = JavaScript code.png | |||
| screenshot caption = Screenshot of JavaScript source code | |||
| paradigm = ]: ], ], ], ], ] | |||
| designer = ] of ] initially; others have also contributed to the ] standard | |||
| typing = ], ], ] | |||
| implementations = ], ], ], ] | |||
| influenced = ], ], ], ], ], ], ], ] | |||
| license = | |||
| file extensions = {{flatlist| | |||
* <code>.js</code> | |||
* <code>.cjs</code> | |||
* <code>.mjs</code><ref name="node.js ECMAScript Modules Specification">{{cite web|url=https://github.com/nodejs/node-eps/blob/master/002-es-modules.md|title=nodejs/node-eps|website=GitHub|access-date=2018-07-05|archive-date=2020-08-29|archive-url=https://web.archive.org/web/20200829024713/https://github.com/nodejs/node-eps/blob/master/002-es-modules.md|url-status=live}}</ref> | |||
}} | |||
| file format = | |||
| wikibooks = JavaScript | |||
| year = {{start date and age|1995|12|4}}<ref name="press_release">{{Cite press release |url=https://wp.netscape.com/newsref/pr/newsrelease67.html |archive-url=https://web.archive.org/web/20070916144913/https://wp.netscape.com/newsref/pr/newsrelease67.html |archive-date=2007-09-16 |title=Netscape and Sun announce JavaScript, the Open, Cross-platform Object Scripting Language for Enterprise Networks and the Internet |date=December 4, 1995}}</ref> | |||
| latest release version = {{wikidata|property|edit|reference|P548=Q2804309|P348}} | |||
| latest release date = {{start date and age|{{wikidata|qualifier|single|P548=Q2804309|P348|P577}}}} | |||
| latest preview version = {{wikidata|property|edit|reference|P548=Q51930650|P348}} | |||
| latest preview date = {{start date and age|{{wikidata|qualifier|single|P548=Q51930650|P348|P577}}}} | |||
| influenced by = ],<ref name="looklikejava">{{cite book|last=Seibel|first=Peter|title=Coders at Work: Reflections on the Craft of Programming|isbn=9781430219484|quote="Eich: The immediate concern at Netscape was it must look like Java."|url=https://books.google.com/books?id=nneBa6-mWfgC&q=The+immediate+concern+at+Netscape+was+it+must+look+like+Java.&pg=PA141|access-date=December 25, 2018|date=September 16, 2009|archive-date=December 24, 2020|archive-url=https://web.archive.org/web/20201224233514/https://books.google.com/books?id=nneBa6-mWfgC&q=The+immediate+concern+at+Netscape+was+it+must+look+like+Java.&pg=PA141|url-status=live}}</ref><ref name="origin"/> ],<ref name="origin"/> ],<ref>{{cite web|url=https://brendaneich.com/2008/04/popularity/|title = Popularity – Brendan Eich}}</ref> ],<ref>{{cite web|title=Brendan Eich: An Introduction to JavaScript, JSConf 2010|website=]|quote="Eich: "function", eight letters, I was influenced by AWK."|url=https://www.youtube.com/watch?v=1EyRscXrehw|access-date=November 25, 2019|page=22m|archive-date=August 29, 2020|archive-url=https://web.archive.org/web/20200829024704/https://www.youtube.com/watch?v=1EyRscXrehw|url-status=live}}</ref> ]<ref>{{cite book |last=Eich |first=Brendan |authorlink1=Brendan Eich |chapter=Foreword |editor1-last=Goodman |editor1-first=Danny |editor1-link=Danny Goodman |year=1998 |title=JavaScript Bible |edition=3rd |publisher=] |isbn=0-7645-3188-3 |lccn=97078208 |oclc=38888873 |ol=712205M |url-access=registration |url=https://archive.org/details/javascriptbible000good}}</ref> | |||
| website = {{URL|https://ecma-international.org/publications-and-standards/standards/ecma-262/}} | |||
}} | |||
'''JavaScript''' ({{IPAc-en|ˈ|dʒ|ɑː|v|ə|s|k|r|ɪ|p|t}}), often abbreviated as '''JS''', is a ] that is one of the core technologies of the ], alongside ] and ]. {{as of|2023}}, 98.7% of ]s use JavaScript on the ] side for ] behavior,<ref>{{Cite web |title=Usage Statistics of JavaScript as Client-side Programming Language on Websites, July 2023 |url=https://w3techs.com/technologies/details/cp-javascript |access-date=2023-07-02 |website=w3techs.com}}</ref> often incorporating third-party ]. All major ]s have a dedicated ] to execute the ] on ]' devices. | |||
JavaScript is a ], often ] language that conforms to the ] standard.<ref name="tc39">{{cite web|title=ECMAScript® 2020 Language Specification|url=https://tc39.es/ecma262/#sec-overview|url-status=live|archive-url=https://web.archive.org/web/20200508053013/https://tc39.es/ecma262/#sec-overview|archive-date=2020-05-08|access-date=2020-05-08}}</ref> It has ], ] ], and ]s. It is ], supporting ], ], and ] ]s. It has ]s (APIs) for working with text, dates, ]s, standard ]s, and the ] (DOM). | |||
The ECMAScript standard does not include any ] (I/O), such as ], ], or ] facilities. In practice, the web browser or other ] provides JavaScript APIs for I/O. | |||
] were originally used only in web browsers, but are now core components of some ] and a variety of ]. The most popular ] for this usage is ]. | |||
Although ] and JavaScript are similar in name, ], and respective ], the two languages are distinct and differ greatly in design. | |||
Return to JavaScript. | |||
Misplaced Pages | |||
Privacy policy Terms of UseDesktop |
Revision as of 09:13, 8 October 2023
The project page associated with this talk page is an official policy on Misplaced Pages. Policies have wide acceptance among editors and are considered a standard for all users to follow. Please review policy editing recommendations before making any substantive change to this page. Always remember to keep cool when editing, and don't panic. | Shortcuts |
Text and/or other creative content from this version of Misplaced Pages:User access levels was copied or moved into Misplaced Pages:CheckUser with this edit on 10 January 2017. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Archives | |||||||
|
|||||||
This page has archives. Sections older than 180 days may be automatically archived by Lowercase sigmabot III when more than 5 sections are present. |
Should administrators be desysopped for undoing a checkuser block?
OP has been blocked. For those looking for the referenced thread, it's Misplaced Pages:Administrators' noticeboard/Archive353#Block of 2600:1017:B400:0:0:0:0:0/40 RoySmith (talk) 16:41, 7 July 2023 (UTC)The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
Many years ago, the arbcom reminded users that checkusers have access to hidden information most of us don't. while it's accepted that undoing an arbcom decision lead to desysopping arbcom editors are usually held in an official light given they're nominated by a more rigorous process than the run of the mill RFA where all editor can simply support or oppose the request. That being said I would like to clarify
- are checkusers a subdivision of arbcom?
- given that a checkuser block can be restore like any other edit, would it be more prudent to AGF on the part person who reversed the block and simply restore the block? hundreds of accounts get indeffed and all too often the creator of these accounts end up in a vicious cycle of sock/block they can't escape.
- how exactly would regular admin unblocking a checkuserblock undermine the site's integrity? Shim119 (talk) 13:52, 7 July 2023 (UTC)
- This a crazy RfC. Much of the English is imprecise and borders on incomprehensible. I don't see why we should we be wasting our time on such an ill-considered RfC.--Bbb23 (talk) 14:03, 7 July 2023 (UTC)
- @Bbb23 Seems related to their Admin Review and ANI threads chasing after Daniel Case. I've left a comment at ANI. I'm just going to remove the RFC tag. This isn't even asking for a change to policy, just questioning it. -- ferret (talk) 14:23, 7 July 2023 (UTC)
CheckUser VRT Role Account
Hi,
I’m not sure what would need to happen to set this up — or if it would be technically prohibitive — but I was wondering if it would be possible to set up a CheckUser role account, similar to User:Oversight, for the purpose of sending emails through Misplaced Pages to the CheckUser VRT queue.
My reason for asking this is because the email linked to my WP account is an anonymous one, which I can reply to emails sent to, but can’t initiate emails from that specific address directly (or at least, I don’t think I can). Therefore, if I sent an email from my email client to the CheckUser email address, it wouldn’t be able to be verified to my account; whereas one sent through the Misplaced Pages interface would be.
Best, A smart kitten (talk) 11:52, 1 September 2023 (UTC)
The "contacting a checkuser" section.
Currently, it advises users to look at the "active users" list, which shows which user who happen to have CU bits have done literally anything lately, while Misplaced Pages:Arbitration Committee/Audit/Statistics shows who has been recently active as a CU. Should we replace and/or just add a link to the stats? Thoughts? Beeblebrox (talk) 18:51, 28 September 2023 (UTC)
- That makes sense to me. I'd go with prominently adding the stats, on the basis that more choice of information is good. -- zzuuzz 21:23, 28 September 2023 (UTC)
- I'd say both. Show the stats while letting them see who is currently active. Better to know that someone who has been using it frequently is around right now than know one or the other. TonyBallioni (talk) 01:47, 29 September 2023 (UTC)