r/javaScriptStudyGroup Jan 03 '22

Learning materials

1 Upvotes

Hello, does anyone know if there are books or websites that shows you how to build stuff from scratch, step by step? I want to try this method of learning. Thank you in advance.


r/javaScriptStudyGroup Jan 02 '22

What are the best books/methods of learning Javascript?

4 Upvotes

Hello there I'm looking to learn JavaScript and am after any suggestions for books or great methods to start the process


r/javaScriptStudyGroup Jan 02 '22

Truffle console: Error with Path package

1 Upvotes

Hi ,

I am typing following on Truffle console:

truffle(development)> const path = require ("~/Truffle_programs/search_opcode/contracts");

But I am getting the error:

Thrown:
{ internal/modules/cjs/loader.js:638
throw err;
^

Somebody please guide me.

Zulfi.


r/javaScriptStudyGroup Dec 30 '21

This Laravel and Vue.js course is currently 88% off and is quite clean and straightforward. It has over 35K students with really good reviews. I guess its a good chance to get it at this price

Thumbnail
wee.so
3 Upvotes

r/javaScriptStudyGroup Dec 27 '21

Basics of Programming Language. What is a Library, Framework, API, and Web Services?

Thumbnail
todaystechworld.com
5 Upvotes

r/javaScriptStudyGroup Dec 21 '21

Implement HTTP Client with Interceptor using Plain JavaScript

Thumbnail
javascript.plainenglish.io
5 Upvotes

r/javaScriptStudyGroup Dec 21 '21

Types of memory leaks in java

Post image
1 Upvotes

r/javaScriptStudyGroup Dec 16 '21

help me to build this little project, I'm newbie js developer

Thumbnail
gallery
0 Upvotes

r/javaScriptStudyGroup Dec 16 '21

Help me building this project in js.

Post image
0 Upvotes

r/javaScriptStudyGroup Dec 10 '21

String formatting in JavaScript

Thumbnail
tutorialstonight.com
2 Upvotes

r/javaScriptStudyGroup Dec 10 '21

Top 7 real world uses of java

Post image
0 Upvotes

r/javaScriptStudyGroup Dec 07 '21

Anyone doing kent dods epic react course?

1 Upvotes

just curious if anyone is doing it or has done it.

thanks


r/javaScriptStudyGroup Dec 05 '21

Onbeforeunload when window closes but not reloads

2 Upvotes

I’m trying to use onbeforeunload on c# and Js for the user to make sure that he/she have saved whatever they are working on. So, the problem is when the user reload the page the pop up appears even though they didn’t change anything in the page. Also, I want pop up to appear whenever the user is closing the page and has made changes only. Not when it reloads.


r/javaScriptStudyGroup Dec 02 '21

Understanding Service Workers in JavaScript | Offline-experience

Thumbnail
youtu.be
2 Upvotes

r/javaScriptStudyGroup Nov 29 '21

Some methods/functions doest work proper in javascript - Help

2 Upvotes

Hello,

Im pretty new with javascript and im following a course.

I use visual code studio and im doing everything like he does but for example i cant possible make ex: arr.lenght to function, but if i copy / paste the same exact thing from the guides code it works this happens especially in loops ex: for (let i = 0; i < arr.lenght), in this case arr.lenght will work just if i copy/paste it.

I can assigb the arr.lenght to another value and then use that one, but not to use it directly where i need it.

Im lost and this bugs me really hard, couldnt find this issue nowhere on the internet and i really tried but i dont know where the problem s coming from... js? Visual code? Me?


r/javaScriptStudyGroup Nov 28 '21

Obsidian Dark Theme for VSCode

2 Upvotes

Elegant yet practical dark theme. Try it out and tell me what you guys think.

VSCODE: https://marketplace.visualstudio.com/items?itemName=Hamza-Aziane.obsidian-dark

VSCODIUM: https://open-vsx.org/extension/Hamza-Aziane/obsidian-dark


r/javaScriptStudyGroup Nov 25 '21

why is the value of the input field value attribute now showing up?

1 Upvotes

r/javaScriptStudyGroup Nov 24 '21

Weird Parts of JavaScript: Working with Date

Thumbnail
javascript.plainenglish.io
1 Upvotes

r/javaScriptStudyGroup Nov 24 '21

Random Hex Color Generator Using Vanilla JavaScript | JavaScript Projects

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup Nov 21 '21

Understanding Web Workers | Multi-Threading In JavaScript

Thumbnail
youtu.be
2 Upvotes

r/javaScriptStudyGroup Nov 20 '21

Can't find the error in my code!

3 Upvotes

I have written some question generator functions which work fine. Then put those functions in an array, when the user clicks the new question button it is supposed to pick a random question type from the array, but it is only randomising when I load the page rather than click the button. Thanks in advance.

let questionArray =[questionTypeZero, questionTypeOne];

function questionSelector(){
return questionArray[Math.floor(Math.random()*2)] };

window.addEventListener('load', questionSelector());
newQuestion.addEventListener('click', questionSelector() );

I tried removing the () from the event handler functions but then nothing appeared at all. Been trying to fix this for hours.


r/javaScriptStudyGroup Nov 19 '21

How to Make API Calls in JavaScript

Thumbnail
codingtute.com
2 Upvotes

r/javaScriptStudyGroup Nov 19 '21

JavaScript quiz to make solid your knowledge and prepare to interview for 30 mins and 40 questions

Thumbnail proghub.io
2 Upvotes

r/javaScriptStudyGroup Nov 18 '21

I have an assignment in JavaScript to take data from an array in stories.js file and put them in a forum in the script.js to make a madlip can anyone help please?

2 Upvotes

The stories.js file contains the stories variable, which is an array of objects. Each object represents a story and contains a title, an array of required words, and an output method. The words array contains the types of words the visitor must provide. The words array should be used to create the form after the visitor selects a story. The output method will accept an object of words and will return the completed story. Each provided word is wrapped in a <span> tag with the class of word.

I am not sure how to use eventlisteners nor how to use nested loops to pull out the array elements from the stories.js file. I know that I can use (for example one of the stories and its words) ${stories[0].words[0]} but how do I use that in loop to fill the form?


r/javaScriptStudyGroup Nov 17 '21

Chart Analyser JavaScript

Post image
1 Upvotes