How can I create a callback that returns draft from this? function myFunc(obj) { produce(obj, (draft) => { // but I have only access here console.log(draft) }); }...
Hey all a general question from a noob, I want to dive a bit into GUIs are all GUIs rendered with OpenGL on Desktop? And is this also how HTML renderer are working inside the...
does it make sense to have addEventListener and immediately after removeEventListener? Or should I put removeEventListener only in functions which remove elements with events ...
No chance to turn this data in static html without a server?
I have some problems converting this jQuery/Ajax codes to JS/axios any JQuery pros here who can help me? var requests = Array(); for(var i=0; i<numOfCalls; i++){ ...
Is it harder to sell Web based software to companies than software that runs locally?
Is it safe to use javascript reserved keys in object as key? For example { class: "hey" }
General question to nativ english speakers, does "Fuzia" sound weird or is hard to pronounce? I'm currently choosing a name for a project. Thanks
Hello, I have hear a script that play sound when Tab is not active, what i need to change to play evan when is active? <script>document.addEventListener('chatLoaded', functio...
Websites have favicons does anyone know if there is a standard way to check if sites have a high res icon with js?
I plan to make my own Nosql database 100% Nodejs, maybe Deno also after some time because it is more secure, anyone interested in contributing?
I have a raw url from github with code, when I do a GET request with Postman I get the correct code back when I use the node http Get request it returns only the site's html h...
Anyone experience with firebase is it good for SaaS?
When building a database where is the best place to write the data on the os (linux) and where do the other DB's store it?
A off-topic question anyone else had error with google account? It seemed they disabled every google rservice for me and now it works again? Now I don't know if they banned an...
Do you know this guys when you move your Website to a new Server and even Delting Cache doesent help to get the new Page....So you need to run CCleaner, open CMD type /ipconfi...
I think about to make my Site without any scroll it will take 100vh 50vh will be the Hero and 50vh the content the nav will be in hero with react routing, so only the content ...
I'm very new to GIT and I have a master branche and an Dev branche the main difference is the Dev is working without database, But when I develope in the Dev on my Local mashi...
Hey guys I,m not an Apple guy can someone tell me if localStorage is working in Safari?
He guys one thing I will never understand about await/async programming is when a function is already an async function in itself why when I call it I need to await it again? ...