Skip to content
Learn tech systems

Learn tech systems

  • JS Education
  • Youtube
  • Twitter
  • Github
  • Linkedin
  • My resume
  • Search

Category: ES6

Spread operator in objects
Category ES6Posted on August 12, 2022August 12, 2022

Spread operator in objects

Hi, in this post we are going to use the spread operator (...) in objects. …
Read more "Spread operator in objects"
Get the keys of the object into an array and sort it
Category ArrayPosted on October 13, 2020October 13, 2020

Get the keys of the object into an array and sort it

Hi in this post we are going to see how convert the keys of the object into an array and sort it. …
Read more "Get the keys of the object into an array and sort it"
ES6 – Classes
Category ES6Posted on September 24, 2020September 24, 2020

ES6 – Classes

Hi, ES6 introduces a new way (syntax) to declare classes and do not change the object-oriented model existing in JS. …
Read more "ES6 – Classes"
ES6 – Iterating over a generator function
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – Iterating over a generator function

Hi, in this post we are going to see how we can iterate over a generator function. …
Read more "ES6 – Iterating over a generator function"
ES6 – yield keyword and calling other generators
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – yield keyword and calling other generators

Hi, the "yield" keyword inside a generator function takes an iterable object as the expression and iterates it to yield its values. …
Read more "ES6 – yield keyword and calling other generators"
ES6 – The return & throw methods in a generator function
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – The return & throw methods in a generator function

Hi, every time that we need to end a generator function before it has yielded all the values we can use the return( ) method that if of the generator object. …
Read more "ES6 – The return & throw methods in a generator function"
ES6 – Generators
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – Generators

Hi, in this post we are going to learn about generators of ES6. …
Read more "ES6 – Generators"
ES6 – Iterable protocol
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – Iterable protocol

Hi, any object that implement the iterable protocol is known as an iterable. …
Read more "ES6 – Iterable protocol"
ES6 – Iterator protocol
Category ES6Posted on September 22, 2020September 22, 2020

ES6 – Iterator protocol

Hi, in this post I'm going to show you the new iteration protocols of ES6 one is the "iterable protocol" and the other is "iterator protocol" …
Read more "ES6 – Iterator protocol"
ES6 – for…of
Category ES6Posted on September 16, 2020September 16, 2020

ES6 – for…of

Hi, ES6 introduce the for ...of loop that is for iterate over the values of an iterable object. …
Read more "ES6 – for…of"

Posts navigation

Page 1 Page 2 … Page 4 Next

Recent Posts

Be a professional developer
Category Cross browsing testingPosted on February 17, 2023February 17, 2023

Be a professional developer

React validate if an item exist in array and set a message to the user
Category ReactPosted on August 26, 2022August 26, 2022

React validate if an item exist in array and set a message to the user

React delete item and update the DOM
Category JavascriptPosted on August 26, 2022August 26, 2022

React delete item and update the DOM

React add item and update the DOM
Category JavascriptPosted on August 26, 2022August 26, 2022

React add item and update the DOM

Categories

  • Algorithms (22)
  • Apache (1)
  • Apollo (2)
  • Array (1)
  • async (2)
  • Asynchronous (11)
  • await (1)
  • Browser (4)
  • Call stack (5)
  • Callback (2)
  • Cassandra (1)
  • Chrome (1)
  • Cloud computing (1)
  • Code (1)
  • Cross browsing (1)
  • Cross browsing testing (2)
  • Css (9)
  • Data (3)
  • data structure (1)
  • Database (7)
  • Developer (1)
  • DevOps (1)
  • DOM (9)
  • ES6 (36)
  • express (2)
  • Fetch (1)
  • Functional programming (4)
  • git (4)
  • Github (6)
  • GraphQL (22)
  • Hackerrank (3)
  • HTML (5)
  • Inheritance (2)
  • Interviews (1)
  • Javascript (150)
  • JSON (1)
  • JSX (2)
  • Memory heap (5)
  • MySQL (6)
  • nodejs (8)
  • NoSQL (1)
  • npm (1)
  • Object.prototype (1)
  • performance (4)
  • Promise (3)
  • prototype (2)
  • QA (1)
  • React (54)
  • React Fundamentals (24)
  • React hooks (21)
  • React Testing Library (9)
  • Redux (1)
  • Regression testing (3)
  • Server (1)
  • Software Engineer (1)
  • SQL (4)
  • Styles (2)
  • success (1)
  • Synchronous (7)
  • terminal (2)
  • Testing (19)
  • TypeScript (10)
  • Uncategorized (9)
  • Unit test (16)
  • Unit testing (16)
  • wep app (2)
  • Wordpress (2)
  • work (1)
Made with love by Cristina Rojas ©2020 All rights reserved