Open in app

Sign In

Write

Sign In

Grant Yoshitsu
Grant Yoshitsu

24 Followers

Home

About

Dec 26, 2020

JavaScript 101: async/await

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. Async functions are features of JavaScript since ECMAScript 2017 that do not, unfortunately, work on Internet Explorer. According to MDN’s JavaScript async function page, “The async and await keywords…

Java Script

4 min read

JavaScript 101: async/await
JavaScript 101: async/await
Java Script

4 min read


Dec 22, 2020

JavaScript 101: Returning Booleans, Parameters v. Arguments, and Utilizing Math.random()

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. I was very fortunate to have attended Flatiron School’s Software Engineering Bootcamp. It was a fantastic course that immersed us in everything from Ruby to Rails to JavaScript to…

Java Script

4 min read

JavaScript 101: Returning Booleans, Parameters v. Arguments, and Utilizing Math.random()
JavaScript 101: Returning Booleans, Parameters v. Arguments, and Utilizing Math.random()
Java Script

4 min read


Dec 15, 2020

JavaScript 101: Spread Operator

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. This article is going to go over the spread operator … as it pertains to JavaScript in function calls, arrays [], and object literals {}. Here is the official…

Java Script

4 min read

JavaScript 101: Spread Operator
JavaScript 101: Spread Operator
Java Script

4 min read


Dec 8, 2020

JavaScript 101: mergeSort(array)

Disclaimer: This material was taught in the JavaScript Algorithms and Data Structures Masterclass on Udemy by Colt Steele, which I highly recommend. From bubble sort to insertion sort to selection sort, most sorting algorithms take O(n²) Time Complexity on average. If you are looking for a sorting function that is…

Java Script

4 min read

JavaScript 101: mergeSort(array)
JavaScript 101: mergeSort(array)
Java Script

4 min read


Dec 1, 2020

JavaScript 101: Reduce

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. When I was a Bootcamp student rushing to learn JavaScript and DOM Manipulation, I struggled with understanding the concept of the .reduce() method — specifically, with respect to the…

Java Script

6 min read

JavaScript 101: Reduce
JavaScript 101: Reduce
Java Script

6 min read


Nov 17, 2020

JavaScript 101: for…of and for…in

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. In JavaScript, if you are iterating, you are most likely using a for loop. More often than not, you would start with the first index, 0, and iterate through…

Java Script

4 min read

JavaScript 101: for…of and for…in
JavaScript 101: for…of and for…in
Java Script

4 min read


Nov 16, 2020

JavaScript 101: let vs. var and Using const with Objects and Arrays

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. var,letand const. These are the ways you are taught to declare JavaScript variables. Before ES6 (the 2015 version of JavaScript), you only had var to declare a variable. ES6…

Java Script

4 min read

Javascript 101: let vs. var and Using const with Objects and Arrays
Javascript 101: let vs. var and Using const with Objects and Arrays
Java Script

4 min read


Nov 10, 2020

Javascript Strings: Miscellaneous Tidbits

Disclaimer: This material was taught in The Modern Javascript Bootcamp Course by Colt Steele and Stephen Grider, which I highly recommend. I had the good fortune of attending the Flatiron School as a Software Engineering Student. From Ruby to Objected Oriented Programming to DOM Manipulation to React, we went through…

Java Script

5 min read

Javascript Strings: Miscellaneous Tidbits
Javascript Strings: Miscellaneous Tidbits
Java Script

5 min read


Nov 3, 2020

Recursion Basics: Base Case and Recursive Call

Disclaimer: This material was taught in the JavaScript Algorithms and Data Structures Masterclass on Udemy by Colt Steele, which I highly recommend. This article will go over the base case and recursive call and identify them in a couple of recursive functions. Recursion is a method of solving a problem…

Recursion

4 min read

Recursion

4 min read


Oct 26, 2020

Avoid O(N²): Frequency Counter

Disclaimer: This material was taught in the JavaScript Algorithms and Data Structures Masterclass on Udemy by Colt Steele, which I highly recommend. While attending the Flatiron bootcamp, my primary goal was to write functional code. I was enamored with solving logic problems using if/else statements and for loops. But there…

Big O Notation

4 min read

Avoid O(N²): Frequency Counter
Avoid O(N²): Frequency Counter
Big O Notation

4 min read

Grant Yoshitsu

Grant Yoshitsu

24 Followers
Following
  • Nick Galante

    Nick Galante

  • Seoyoung Chloe Kim

    Seoyoung Chloe Kim

  • Chase

    Chase

  • Ronan McClorey

    Ronan McClorey

  • Ronald Abreu

    Ronald Abreu

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech