Skip to main content

How I studied Javascript- part 3

 I made up a study schedules as i feel so lost during learning JavaScript course. 

For Brad course,

Section 8(1) : Github Finder Project
Section 9(1) : Error Handling & Regular Expressions 
Section 10(1) : Other newer Features - ES2015+
Section 11(1) : JavaScript patterns
Section 12(2) : til Add total calories(107) || Delete & Clear from localStorage
Section 13(1) : Microposts Project


Takes at least 7 days to complete it. But i assume it might takes about 10 days if i get lazy or can't focus on it. But i'd like to finish off until 24th of August, which is my 24th birthday. 


===========================================

Will set up a plan for each day's study amount and keep making notes, rather than just watching his tutorials. I do not expect myself to make JS web applications without looking at other resources. But hopefully, i can just try to mimic very small part like i do with clone projects with CSS. 




Comments

Popular posts from this blog

[BAEKJOON Online Judge + Node.js] 2292: Honeycomb

  I did't use while loop that much so didn't come up what to do. While loop create a loop that execute a specific statement. So, the main point of this problem is "prevNum + max * 6" input = 13, output = 3 https://www.acmicpc.net/problem/2292 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while const input = require ( "fs" ). readFileSync ( "/dev/stdin" ). toString () ; let count = 1 ; let max = 1 ; // set the range while (max < input) { max += count * 6 ; count ++ ; } console . log (count) ; // prevNum + count * 6 // 1 so +6 every loop! // 2 - 7, 5 // 8 - 19, 11 // 20 - 37, 17 // 38 - 61, 23

FE WebDev Routine Training Feb 09, 2021

 FE WebDev Routine Training Feb 09, 2021  A lot of things to do. DO FUCKING FOCUS!!!  Coding test - codewar 1 Kakao 2021 No.1 CSS - grid/ SCSS and Cloning(besthorrorscenes.com) JS - for of loop/  Sec9/ DOM array methods toy project React -   A bit of Yelp Portfolio -  List the 100JS projects Job hunting -  NAVER Finance(on 10th) Karrot for  internship  Apply SW maestro