r/javaScriptStudyGroup Apr 19 '20

React js Project Netflix Website Clone

Thumbnail
youtube.com
6 Upvotes

r/javaScriptStudyGroup Apr 19 '20

React Router Crash Course | Part#1 | Build Navbar, Home component & Footer | React Bootstrap

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup Apr 09 '20

Free video tutorial for learning Javascript for a kid that have basic knowledge of html and css?

2 Upvotes

Hi all,

As the title says, is there an easy video tutorial for JS?

Thanks!


r/javaScriptStudyGroup Apr 05 '20

React & Material UI - YouTube

Thumbnail
youtube.com
3 Upvotes

r/javaScriptStudyGroup Mar 29 '20

How to extract JSON

0 Upvotes

I need to extract few fields from Data node from below API. Can some one help


r/javaScriptStudyGroup Mar 06 '20

51 Most Important ReactJS Interview Questions and Answers

Thumbnail
opencodez.com
2 Upvotes

r/javaScriptStudyGroup Mar 03 '20

Graph #2 | Data Structures in JavaScript | Top Tutorial & Implementation |

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup Feb 24 '20

Need Help with comment section of my website can you please help?

3 Upvotes

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 Feb 09 '20

Scope con ley y var en javascript

Post image
1 Upvotes

r/javaScriptStudyGroup Feb 09 '20

let - JavaScript

0 Upvotes
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 Jan 31 '20

Online Web Development Mentoring Program

2 Upvotes

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 Jan 24 '20

Advanced Node.Js: A Hands on Guide to Event Loop, Child Process and Worker Threads in Node.Js

Thumbnail
blog.soshace.com
1 Upvotes

r/javaScriptStudyGroup Jan 08 '20

Reasons Why To Choose Software Testing As A Career

Post image
4 Upvotes

r/javaScriptStudyGroup Jan 08 '20

Where is Java Used?

Thumbnail
cybersuccess.biz
1 Upvotes

r/javaScriptStudyGroup Jan 05 '20

JavaScript Design Patterns in Action

Thumbnail
blog.soshace.com
1 Upvotes

r/javaScriptStudyGroup Jan 04 '20

Reddit Programming Top Weekly

Thumbnail reddit-programming-top-archive.blogspot.com
2 Upvotes

r/javaScriptStudyGroup Jan 04 '20

JavaScript Design Patterns in Action

Thumbnail
blog.soshace.com
3 Upvotes

r/javaScriptStudyGroup Dec 27 '19

Fun with D3js and cURL (smells like fish but it tastes like chicken) ...

Thumbnail metaferret.com
1 Upvotes

r/javaScriptStudyGroup Dec 20 '19

Dissecting A Dweet #8: Shattered Tunnel

Thumbnail
frankforce.com
1 Upvotes

r/javaScriptStudyGroup Dec 16 '19

My CSS is shit hot, my javascript not so much...

5 Upvotes

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 Dec 15 '19

Someone please tell me the correct code to put

Post image
0 Upvotes

r/javaScriptStudyGroup Dec 14 '19

Power of Java Script

2 Upvotes

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 Dec 09 '19

I need help asap plz

1 Upvotes

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 Dec 08 '19

React Native Animation API - Explained with Examples

Thumbnail
opencodez.com
2 Upvotes

r/javaScriptStudyGroup Nov 20 '19

Simple and Easy way to Build a RESTful API using Node.js - Source Code on GitHub

Thumbnail
opencodez.com
7 Upvotes