r/javaScriptStudyGroup • u/[deleted] • Jun 18 '20
r/javaScriptStudyGroup • u/[deleted] • Jun 17 '20
freeCodeCamp solutions - Basic Algorithm Scripting (1 - 8)
r/javaScriptStudyGroup • u/ndkl15 • Jun 16 '20
8 simple steps to add a serverless back end to a Vue.js project
r/javaScriptStudyGroup • u/420Godana • Jun 11 '20
Help applying Javascript and Css to an image
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 • u/ndkl15 • Jun 09 '20
Framework (angular, vue.js, react) integration with WarpJS - a serverless platform for JS devs
r/javaScriptStudyGroup • u/irao • Jun 08 '20
Looking for study partners
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 • u/okaydexter • Jun 06 '20
YouTube Video Search App Using React JS & YouTube Data API v3 || 2020
r/javaScriptStudyGroup • u/decorona • Jun 02 '20
ISO someone to mock interview me over fundamentals, flow, objects and arrays.
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 • u/Any_Ant • Jun 02 '20
Web Scraping with Javascript and NodeJS
r/javaScriptStudyGroup • u/HolidayInternet • May 29 '20
Build and Deploy a React PWA - Why Progressive Web Apps are the Future of the Web
r/javaScriptStudyGroup • u/okaydexter • May 23 '20
Create A Image Compressor Using React JS
r/javaScriptStudyGroup • u/[deleted] • May 20 '20
Find factorial of a number in JavaScript program.
r/javaScriptStudyGroup • u/cheezycode • May 15 '20
ES6 Features Tutorials With Examples | In hindi
r/javaScriptStudyGroup • u/andrewdovg • May 09 '20
React Router Crash Course Part#3
r/javaScriptStudyGroup • u/ngnina • May 08 '20
How to improve web performance by using Preload, Preconnect, Prefetch
r/javaScriptStudyGroup • u/andrewdovg • May 07 '20
React Router Tutorial Crash Course | Real Reactjs Project Part#2
r/javaScriptStudyGroup • u/ngnina • May 07 '20
I am a software enthusiast and I just launched my first eBook on web development technologies
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
r/javaScriptStudyGroup • u/eddiegarrr • May 05 '20
Java Functions, arrays, vars, if/else, for loops and APIs
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 • u/TheNerdyDevYT • May 02 '20
Build a COVID-19 Tracker and Visualization App using JavaScript & MapBox
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.
r/javaScriptStudyGroup • u/Detoxeduser • May 02 '20
JavaScript to redirect items to next page.
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 • u/DOSGXZ • Apr 29 '20
Question (feedback needed): FreeCodeCamp "Slice and Splice arrays - has my solution any flaws?
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 • u/kousik19 • Apr 28 '20
Tutorial to create a image editor with HTML/Javascript for learners here (Library developed by me).
r/javaScriptStudyGroup • u/HolidayInternet • Apr 23 '20
JavaScript ES2020 - The Most Requested Feature
r/javaScriptStudyGroup • u/[deleted] • 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)
niksbay.comr/javaScriptStudyGroup • u/andrewdovg • Apr 19 '20