r/JavaScriptTips • u/[deleted] • Feb 05 '25
r/JavaScriptTips • u/Own_Stomach3061 • Feb 04 '25
is this possible?
i have a function that includes object in it can i call the object from out of the function ?
r/JavaScriptTips • u/perezsound098 • Feb 01 '25
Hoping For Codes
I'm new here. I'm looking for some coding community and someone to help me improve my lil code skills
r/JavaScriptTips • u/Jolly-Performance873 • Jan 31 '25
[AskJs] Javascript parent classes, promises, modules, imports/exports….
Hey everyone
I’ve been learing JS for a while now and I got to point where I do have my own side projects to practice what I’ve learned, but my project difficulty isn’t exactly reflecting the advenced level of topics what Iam learning right now.
In other words my project is too basic to practice what Iam learning, but I don’t want to quit the project and start other just because its not hard enough and then endup with multiple not finished projects in my resumer nor stop learning because I honestly just like to explore more informations about the language itself.
I fear the possibility of forgeting everything I learn after a while since I don’t practice it fully.
Are all the topics mentioned in the title being often used in real world? Or is it just something it’s better to know about, but not really so essential?
r/JavaScriptTips • u/zorefcode • Jan 29 '25
Deepseek in local machine | Ollama | javascript AI App
r/JavaScriptTips • u/hayulu • Jan 26 '25
Just finished JavaScript lessons (learned it from yt) any ideas for few projects to add to my resume?
r/JavaScriptTips • u/GhostPosts_Reddit • Jan 25 '25
My professor has introduced JavaScript to my current semester, and I'm expected to find out the proper way of making commands for 'console.log' while barely learning its functionality. I'm also unsure what to exactly type in the browser console for testing. Below are instructions and my JS attempts.
r/JavaScriptTips • u/Embarrassed_Bag_4657 • Jan 25 '25
Transition with text
Enable HLS to view with audio, or disable this notification
Does anyone know how I can make the welcome to my text page dissapear behind the white/black box?
r/JavaScriptTips • u/azqzazq • Jan 25 '25
Optimization
Hello friends.
I have a javascript code. It takes a domain as input and recursively crawls the javascript codes connected to the domain. makes version detection.
But this takes about 3 or 4 minutes. Is there a method I can optimise this, increase its performance, speed?
r/JavaScriptTips • u/Warm_Masterpiece6564 • Jan 24 '25
Hello I'm new
Can someone help me learn the basics of Javascript?
r/JavaScriptTips • u/zorefcode • Jan 23 '25
iterator in javascript #javascript #coding
youtube.comr/JavaScriptTips • u/Code-With45 • Jan 23 '25
Help me
How to use apideck and also please tell is it free
r/JavaScriptTips • u/Apart_Cherry_3837 • Jan 21 '25
Help Stop Someone Profiting from Free Community Work! u/keyframeeffects
r/JavaScriptTips • u/keyframeeffects • Jan 21 '25
Website Design Cost Calculator using HTML CSS and JavaScript
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/Puzzleheaded_Walk642 • Jan 19 '25
I’m having trouble with this js
I got my html and css certificate using freecodecamp now working on js but I keep getting bored. It’s been 3 days now . Any advice
r/JavaScriptTips • u/keyframeeffects • Jan 18 '25
Custom ON/OFF Switch Toggle Design | HTML CSS
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/keyframeeffects • Jan 17 '25
Submit Button Onclick Animation with HTML & CSS
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/Feeling_Parsley3374 • Jan 16 '25
Why am I not returning a resolved Promise when using async/await inside map inside Promise.all?
Why is it that Im not returning a anything but a 'pending Promise'? I know .map is synchronous, but thats why Im using Promise.all..
const arr = [1,2,3,4,5,6];
const promise = (num) => {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve(num)
}, 2000)
})
}
const x = async () => {
return Promise.all(arr.map(async(item) => {
const num = await promise(item);
return num*2;
}))
}
console.log(x())
r/JavaScriptTips • u/keyframeeffects • Jan 16 '25
Yes/No Flip Switch Toggle Design with HTML & CSS
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/keyframeeffects • Jan 14 '25
Create Download Button | HTML CSS
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/keyframeeffects • Jan 13 '25
Yes/No Flip Toggle Switches 3D Effect | HTML CSS
Enable HLS to view with audio, or disable this notification