CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 08:36:56 GMT
content-type: text/html; charset=utf-8
cf-ray: 965292796ff79dfa-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=271b22b0-6770-4f6e-9cd2-9b443b934a8b; expires=Sun, 26 Jul 2026 08:36:56 GMT; domain=.stackexchange.com; path=/; secure; httponly
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: 39f58de9-1757-47ed-b8af-ab84298e2460
x-worker-origin-response-time: 534000000
x-dns-prefetch-control: off
set-cookie: prov=271b22b0-6770-4f6e-9cd2-9b443b934a8b; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=uG5otuOhgjvrPA8FuOs_h5nXYd.Rh8DpojqFN3qfung-1753519016-1.0.1.1-BIzCMggAM_3rGKEEk.c_5thf9Hxg0zRCDSR.21R_h7Wu_2gIc.w_jNhlkqE598Jy1JNgabFBXFFmmKJYIwBXzkDKnHDBwPqJp2jo7t8WeOY; path=/; expires=Sat, 26-Jul-25 09:06:56 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Oqb6gLtr1BTlV195aPy13wZGl4MEMZzldJFawwo7MN8-1753519016464-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
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
73
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
102
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
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- Blinded despite Blindsight?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- I am looking for a French mathematician who contributed to complex analysis
- Heavy shelves, but not a center stud
- Why does my laptop's display turn off when I'm away from the keyboard?
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Is there such a thing as 'aerospace grade software'?
- About Harp Pedaling for a Pentatonic Glissando
- Which workflow is more effective: worldbuilding before plotting or the other way around?
- How do Francophones hear "ChatGPT"?
- Break long equation: vertical alignment of indentation
- Why does “brew search” for “peertube” match with “freetube”? How does the search work?
- How many simple groups are there of a given infinite cardinality?
- A question about as ..... as comparison
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Why aren't there baleen whales at about the size of a dolphin?
- Mars colony book I read in the 80's. The name?
- Why is time reversal not a natural part of the Galilean group?
- Heretofore I think I have been using 'heretofore' incorrectly
- Surjectively universal Polish space
- How can I evenly space my instances after they've been progressively scaled?
- Meaning of 芭蕉 in Tang age
- Can a humanoid that fell supine and is then Levitated alter his orientation?