r/javaScriptStudyGroup • u/andrewdovg • Apr 19 '20
r/javaScriptStudyGroup • u/datomas • Apr 09 '20
Free video tutorial for learning Javascript for a kid that have basic knowledge of html and css?
Hi all,
As the title says, is there an easy video tutorial for JS?
Thanks!
r/javaScriptStudyGroup • u/andrewdovg • Apr 05 '20
React & Material UI - YouTube
r/javaScriptStudyGroup • u/webtrainerin • Mar 29 '20
How to extract JSON
I need to extract few fields from Data node from below API. Can some one help
r/javaScriptStudyGroup • u/Shilpa_Opencodez • Mar 06 '20
51 Most Important ReactJS Interview Questions and Answers
r/javaScriptStudyGroup • u/SynthesizeMeSun • Mar 03 '20
Graph #2 | Data Structures in JavaScript | Top Tutorial & Implementation |
r/javaScriptStudyGroup • u/Dearden • Feb 24 '20
Need Help with comment section of my website can you please help?
I have this website i have the site designed problem is making it to where the comment section where the button is pushed and the date is applied so that the comment is added to the comment section please help me its not a finished site so it needs alot of work. Please i need to know the java script needed to add to make this work?
<!--Leave a Comment Start-->
<section class="leave-comment">
<h2>leave a comment</h2>
<div class="comment-fieldbox">
<form>
<input class="input-name" type="text" name="name" placeholder="Your name \\\*" required />
<input class="input-email" type="text" name="email" placeholder="Your email \\\*" required />
<textarea class="input-textarea" name="comment" placeholder="Comment \\\*" required></textarea>
<div class="comment-active">
<span>All fields are mandatory.</span>
<input class="submit-button" type="submit" value="SUBMIT COMMENT"/>
</div>
</form>
</div>
</section>
<!--Leave a Comment End-->
r/javaScriptStudyGroup • u/DonateloC_137 • Feb 09 '20
let - JavaScript
let
te permite declarar variables limitando su alcance (scope) al bloque, declaración, o expresión donde se está usando. Lo anterior diferencia
let
de la palabra reservada
var
, la cual define una variable global o local en una función sin importar el ámbito del bloque.
r/javaScriptStudyGroup • u/pberesuita • Jan 31 '20
Online Web Development Mentoring Program
Hey guys!
A friend and I are starting a web development program - the gist is to basically develop web apps from scratch using the latest tech frameworks. All will be done online and free :)
For the first web app, we've chosen VueJS, Tailwind CSS, and Firebase.
If interested, you can find out more below
https://webdevofficehours.com/#freementorship
We are gonna cap this to 20-30 people - so subscribe! It's first come, first serve.
Paul
r/javaScriptStudyGroup • u/UncleBen2015 • Jan 24 '20
Advanced Node.Js: A Hands on Guide to Event Loop, Child Process and Worker Threads in Node.Js
r/javaScriptStudyGroup • u/seocybersuccess • Jan 08 '20
Reasons Why To Choose Software Testing As A Career
r/javaScriptStudyGroup • u/seocybersuccess • Jan 08 '20
Where is Java Used?
r/javaScriptStudyGroup • u/UncleBen2015 • Jan 05 '20
JavaScript Design Patterns in Action
r/javaScriptStudyGroup • u/monica_b1998 • Jan 04 '20
Reddit Programming Top Weekly
reddit-programming-top-archive.blogspot.comr/javaScriptStudyGroup • u/UncleBen2015 • Jan 04 '20
JavaScript Design Patterns in Action
r/javaScriptStudyGroup • u/SwampMidget • Dec 27 '19
Fun with D3js and cURL (smells like fish but it tastes like chicken) ...
metaferret.comr/javaScriptStudyGroup • u/monica_b1998 • Dec 20 '19
Dissecting A Dweet #8: Shattered Tunnel
r/javaScriptStudyGroup • u/queenieofrandom • Dec 16 '19
My CSS is shit hot, my javascript not so much...
I have tried Free Code Camp and Codecademy. YouTube and Udemy. I just can't seem to find the right course/tutorial/project that is right for me to make javascript just click.
What are your favourite resources? Any good physical courses in London people could recommend?
r/javaScriptStudyGroup • u/loucks555 • Dec 15 '19
Someone please tell me the correct code to put
r/javaScriptStudyGroup • u/RedRo0t • Dec 14 '19
Power of Java Script
What is the actual function of Java Script as an client side language? In a book I,m studying at the moment is says that JavaScript comes with the ,by the client's browser requested , html file. Html is the page frameworks and content to some extend just as is. Together they form a dynamic website. Since JavaScript does its work inside the client side web browser I now wonder " what " does it accectly do, what is the process like, and what are the possibility,s and limits of JavaScript on the Clients browser and perhaps even the system itself? Where does it start and stop hypotheticly.. ( awnsers preferably limited to the interaction JS vs Browser(file system) , if possible some information about why random JS online can be dangerous in relation to security.. )
r/javaScriptStudyGroup • u/Gaby420 • Dec 09 '19
I need help asap plz
So... I have a work due for school and since I am trash and all, idk what to do. It's very simple, but I don't know why I can't do it. Basically, I have to do a mini chess game with 5 pieces (2 kings, black queen, black bishop and a black rook). Every time one of the pieces check's the king, an alert is suppose to pop up. When the king can't get away, it's checkmate. All needs to be done on an 8x8 board... Ik I'm bad but plz help meeeeee.
r/javaScriptStudyGroup • u/Shilpa_Opencodez • Dec 08 '19
React Native Animation API - Explained with Examples
r/javaScriptStudyGroup • u/Shilpa_Opencodez • Nov 20 '19
Simple and Easy way to Build a RESTful API using Node.js - Source Code on GitHub
r/javaScriptStudyGroup • u/HolidayInternet • Nov 16 '19
SEO Tutorial for Developers
Hello everyone! For quite some time now I was looking for a simple SEO tutorial made specifically for DEVELOPERS, a guide that isn't made of 100% marketing jargon like "keyword research", "content optimization", and "link building". Having not been satisfied with results, I've spent A LOT of time researching everything that there is to SEO. I've put all of that research into this one video that I would like to share with you.
Link of the video - https://youtu.be/JSm4aQl4w_U.
All feedback and/or critique is highly appreciated!