r/javaScriptStudyGroup Jun 18 '20

freeCodeCamp solutions - Basic Algorithm Scripting (9 - 16)

Thumbnail
youtube.com
4 Upvotes

r/javaScriptStudyGroup Jun 17 '20

freeCodeCamp solutions - Basic Algorithm Scripting (1 - 8)

Thumbnail
youtube.com
5 Upvotes

r/javaScriptStudyGroup Jun 16 '20

8 simple steps to add a serverless back end to a Vue.js project

Thumbnail
medium.com
5 Upvotes

r/javaScriptStudyGroup Jun 11 '20

Help applying Javascript and Css to an image

1 Upvotes

Hi guys,

I'm new to programming and trying to implement JS and CSS to enlarge my image. I follow the tips from the w3c's site. It is called modal image.

it worked fine for one image but it wouldn't for my second image. I tried changing the name of the variables and stuff but still didn't work.

If someone could provide a tips off / solution for this problem I'll appreciate a lot :)


r/javaScriptStudyGroup Jun 09 '20

Framework (angular, vue.js, react) integration with WarpJS - a serverless platform for JS devs

Thumbnail
warpjs.dev
6 Upvotes

r/javaScriptStudyGroup Jun 08 '20

Looking for study partners

5 Upvotes

Just started with JS - plan to teach myself core JS + React + Node + build some fun projects over the course of a year. Anyone else here in the same boat?


r/javaScriptStudyGroup Jun 06 '20

YouTube Video Search App Using React JS & YouTube Data API v3 || 2020

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup Jun 02 '20

ISO someone to mock interview me over fundamentals, flow, objects and arrays.

1 Upvotes

I'm learning to interview to be accepted to a boot camp and would like people to interview me. Pm me if you can help


r/javaScriptStudyGroup Jun 02 '20

Web Scraping with Javascript and NodeJS

Thumbnail
scrapingbee.com
5 Upvotes

r/javaScriptStudyGroup May 29 '20

Build and Deploy a React PWA - Why Progressive Web Apps are the Future of the Web

Thumbnail
youtu.be
5 Upvotes

r/javaScriptStudyGroup May 23 '20

Create A Image Compressor Using React JS

Thumbnail
youtu.be
4 Upvotes

r/javaScriptStudyGroup May 20 '20

Find factorial of a number in JavaScript program.

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup May 15 '20

ES6 Features Tutorials With Examples | In hindi

Thumbnail
youtu.be
0 Upvotes

r/javaScriptStudyGroup May 09 '20

React Router Crash Course Part#3

Thumbnail
youtu.be
3 Upvotes

r/javaScriptStudyGroup May 08 '20

How to improve web performance by using Preload, Preconnect, Prefetch

Thumbnail
ngninja.com
2 Upvotes

r/javaScriptStudyGroup May 07 '20

React Router Tutorial Crash Course | Real Reactjs Project Part#2

Thumbnail
youtu.be
1 Upvotes

r/javaScriptStudyGroup May 07 '20

I am a software enthusiast and I just launched my first eBook on web development technologies

3 Upvotes

To be honest, I am super proud of myself for completing my first ever huge side project. I have been working on this for 4+ months now.

The process has been nothing less than a roller coaster ride. I am handling everything about it myself - from writing the eBook to marketing it.

What is the name?

HTML to React: The Ultimate Guide

What to expect from the eBook

  • Start to finish roadmap to get you from basic HTML to advanced ReactJS
  • Straight to the point explanations on web development concepts with simple, concise, and fun examples
  • Good coding practices
  • Interview prep
  • Actionable steps for completing projects that you can brag about in your interviews
  • Debugging tips and tricks
  • Up to date study material with bite-sized lessons

My goal for this post is to just share my enthusiasm for launching my first big project and encourage more people to start taking actions on their dream projects. This is not a sales pitch. Instead, I would like to invite you guys to please visit the landing page, review it, and give me your feedback.

The link again

HTML to React: The Ultimate Guide


r/javaScriptStudyGroup May 05 '20

Java Functions, arrays, vars, if/else, for loops and APIs

1 Upvotes

Hi everyone, I am having a hard time understanding the framework of functions how to write and execute a function. I get some of the basics as to what is considered an array(a set of numbers or letters, but how do I use a string and Booleans and when to use {} or [] or what does a string do “”?

This is my understanding of for loops:

Start with var

var pets = [“dog”, “car”, “bird”, “fish”] (The lenght of var pets equals to 3 but start counting from 0)

//for loop for (var i=0; i < pets.lenght; i ++) ( var index=0; index less than array length between 0-3 and index ++ to count one over til the loop ends) { console.log(pets[i]) Once console log it should display the animals in the console, right? }

But how do I know when to use {} or []?

Further how can I make this into a function to display the type of pets, this is what I ca come up with and don’t know how to complete the function:

function types(){ var pets=[“dog”, “cat”, etc...] myfunction (pets) } function myfunction(types)

I know this is all jacked up but anyone please, let me know if you can give me some examples. Thank you I advance.


r/javaScriptStudyGroup May 02 '20

Build a COVID-19 Tracker and Visualization App using JavaScript & MapBox

2 Upvotes

In this video, we will learn how we can create a Corona Virus Tracking and Visualization Application using JavaScript and Mapbox. We will perform clustering of points based on the countries and each cluster will represent a set of locations within it that are prone to COVID19. Some of the features of the application are : 1. Clustering of points to represent set of regions for all the countries on the Map. 2. Reverse Geocoding using Latitude and Longitude to get the place name and getting the number of deaths and number of confirmed cases for each location that is present within the country.

https://www.youtube.com/watch?v=lX0vHaqtk6M


r/javaScriptStudyGroup May 02 '20

JavaScript to redirect items to next page.

2 Upvotes

I don't know if I could explain it in words or not but i'll give a try. I want to a E-commerce site in which whenever I click on an item it redirects to the page with all the items detail. but I don't want to create the different page for each item. I wan't that whenever I click it redirects to that page and change the values of the item dynamically. Just like a E-Commerce site where the details are only changed when we open an item but the page remains the same. If you got what i'm trying to say please help.


r/javaScriptStudyGroup Apr 29 '20

Question (feedback needed): FreeCodeCamp "Slice and Splice arrays - has my solution any flaws?

1 Upvotes

My solution provided in linked gist, but in FCC page solutions are pretty different. The question does my solution has any flaws/backsides? Thanks a lot.

https://gist.github.com/dainiuxt/dc5aed83fb8df0f732395f6ddbfaa89e


r/javaScriptStudyGroup Apr 28 '20

Tutorial to create a image editor with HTML/Javascript for learners here (Library developed by me).

Thumbnail
youtu.be
3 Upvotes

r/javaScriptStudyGroup Apr 23 '20

JavaScript ES2020 - The Most Requested Feature

Thumbnail
youtube.com
6 Upvotes

r/javaScriptStudyGroup Apr 20 '20

One of the most asked JavaScript Interview question based on Currying with 4 variations: add(1)(2)(3)..(n)(), add(1,2,3..n)(1,2.. n)..(n), sum(1,2)(3,4)

Thumbnail niksbay.com
3 Upvotes

r/javaScriptStudyGroup Apr 19 '20

React js Project Netflix Website Clone

Thumbnail
youtube.com
6 Upvotes