CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 17:29:22 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96559e6899ffea32-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=2644a017-9701-48d7-87c9-6303cd16a587; expires=Sun, 26 Jul 2026 17:29:22 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=2644a017-9701-48d7-87c9-6303cd16a587; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=XJ8.co4hzGCpM6ISUqUiGq3jjApsEnEGZRuw6AvB70I-1753550962-1.0.1.1-ggT_MMZJWpXRVjwl.KUVWGisPXf1V97zPP79YEnKSrwXn28LVGU.xkLQV_f2y8tvs1W1Kir_HFUiwmiX3PGh6HsBND7DDh6PL_q6Rq81f80; path=/; expires=Sat, 26-Jul-25 17:59:22 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=F2DNc3Q4U7m17eMFyw66L0GmUW6EZ4Lgf3Nm0Yjf7MM-1753550962628-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: d80a7121-6320-4061-b2de-ca65e36df0ef
x-worker-origin-response-time: 590000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'javascript' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [javascript]
JavaScript is a versatile, high-level programming language. It is the programming language in all browsers.and can be used for back-end programming with node.js. Use this tag for questions regarding vanilla JavaScript; optionally tagged with an ECMAScript version. If you are using a preprocessor such as TypeScript please tag with that too.
9,407 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
2
answers
78
views
Function to reduce dead band when reading a pressure transducer that has calibration device under test information
When reading a pressure transducer, I'm currently using the following code to apply the "device under test data" from the calibration report.
How can I determine which range segment of ...
1
vote
1
answer
73
views
A Pacman clone in Javascript with binary heap and A*-based AI
rodde's Pacman clone
I have this clone implementation of Pacman. It looks pretty much like the original, yet I had to impose some relaxations as I am not sufficiently masochistic to implement all the ...
2
votes
0
answers
85
views
openprocessing.org program - After screen tap, erase red circle, pause and lastly draw new white circle
I am new to programming using the site openprocessing.org.
The code given does the following on my iPad:
Draw a red circle
Wait until I finger tap near the red circle’s center
Erase the red circle
...
6
votes
2
answers
103
views
WebRTC Data Channel over WHATWG Streams
There's been talk about implementing WebRTC Data Channel over WHATWG Streams for a while
https://github.com/w3c/webrtc-pc/issues/1732
https://github.com/w3c/webrtc-nv-use-cases/issues/44
https://...
4
votes
4
answers
202
views
JavaScript live validation for a registration form
I am working on a blogging application in Laravel 8.
I have added "live validation" to the registration form with JavaScript. For password strength, I use Zxcvbn.
The registration form ...
2
votes
1
answer
82
views
Deploying a chatbot on Vercel
I developed a chatbot using the Telegraf.js framework. Although the latest version of Telegraf offers TypeScript support, I chose to use JavaScript. I followed a tutorial to deploy it and would like ...
2
votes
1
answer
84
views
Locate \r\n\r\n in a HTTP POST request (Uint8Array)
The requirement is to split the headers from the request body, most efficiently.
Possible approaches I have employed and/or considered
Decode to text, match ...
2
votes
1
answer
170
views
Flash Card Program I Wrote in JavaScript
I really don't post a lot on here, but decided to share this because I thought first that it could be helpful and second that it could be improved. In my first versions, It was all javascript, like ...
2
votes
2
answers
97
views
State management patterns in vanilla JavaScript
I am trying to manage state in vanilla JavaScript—without using frameworks like React or Vue. I am also not using state management libraries.
My requirements are:
Reactivity
Time Travel (Undo/Redo)
...
1
vote
1
answer
158
views
FreeCodeCamp todo list
I'm writing JS for the FreeCodeCamp todo list; the corresponding HTML and CSS for this can be found on their page. I have made one edit to the HTML - the button with type "submit" has been ...
5
votes
1
answer
52
views
Generate Javascript call graph in Graphviz DOT language
I use the following code to create a call graph from javascript file(s). I generate the output in Graphviz DOT language in order to create visualizations of that graph using the Graphviz command line.
...
3
votes
1
answer
215
views
Image preview and delete for Laravel blog application
I am working on a blogging application in Laravel 8.
I have put together a way to preview and remove the main article image.
In the ArticleController.php controller,...
3
votes
1
answer
243
views
HTML Editor: Online HTML Editor with Real-Time Preview (version 6)
Overview
HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist environment for writing and previewing HTML, CSS, and ...
3
votes
1
answer
163
views
Bulk Text Replacer
I have created a simple text editor with a "replace all" feature. It's meant to be part of a larger project, so it needs to be robust and work reliably across various scenarios. Please ...
0
votes
0
answers
46
views
Sandboxed, block scope for evaluating user code
I'm working on a modeling app and want to provide block scope for evaluation of user entered code. I'm assuming that the user is not malicious, but error prone, like all of us. At the same time, I ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
jquery × 2239
html × 1053
node.js × 830
performance × 701
beginner × 683
ecmascript-6 × 629
css × 593
algorithm × 489
array × 398
object-oriented × 371
dom × 363
angular.js × 326
ajax × 299
react.js × 291
programming-challenge × 288
functional-programming × 276
html5 × 254
game × 234
event-handling × 218
json × 218
animation × 215
strings × 214
promise × 212
datetime × 195
form × 184
more related tags
Hot Network Questions
- About Harp Pedaling for a Pentatonic Glissando
- What does "enter the hold at arden" mean
- Lay explaination of 'lower evolutionary constraint genes'?
- "I met a monk and philosopher." How many people did I meet?
- Does SZNUD3160 really eliminate the need for diode?
- Which workflow is more effective: worldbuilding before plotting or the other way around?
- What is the meaning of 'Tel.......,qui......'
- spots / stains on tubeless tire
- What does it mean to "cancel" a command in the linux kernel and how can one do so?
- With the view in Paul Bernays's Axiomatic Set Theory (1958),How can I understand the situation which Halmos mentioned?
- What's the meaning of a function, going from one set to another?
- Access denied attempting to delete file on Windows Server
- Heavy shelves, but not a center stud
- Word order for a phrase with a number, adjective and noun
- When did the OEIS get even better?
- Decoding chainstate UTXOs: TXID, block height, and balance misalignment
- Tracking stored procedure performance metrics
- Why am I winning always? A coincidence perhaps?
- How do Francophones hear "ChatGPT"?
- Why are police personnel of all ranks called officers?
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Meaning of 芭蕉 in Tang age
- Easy ways to draw vector diagrams in TikZ?
- A question about as ..... as comparison