Open in app
Home
Notifications
Lists
Stories

Write
Anastasia Orlova
Anastasia Orlova

Home

Mar 1, 2021

The most common JavaScript Math Functions

What is a Math function in JavaScript? Well, first of all, it is not a function. According to MDN documentation, Math is is a built-in object that has properties and methods for mathematical constants and functions. …

Java Script

2 min read

The most common JavaScript Math Functions
The most common JavaScript Math Functions

Feb 22, 2021

Reverse Integer Algorithm

Sunday is for coding: today I was working on a reverse integer algorithm! Leetcode marked it as an easy one, however, it took me some time to get it. There are tons of ways to solve this problem, and this one might be a little clumsy so feel free to…

Java Script

2 min read

Reverse Integer Algorithm
Reverse Integer Algorithm

Published in Dev Genius

·Feb 12, 2021

JavaScript Object Manipulation

JavaScript never ceases to surprise me: recently I was reviewing some basics concepts of object manipulation and discovered a bunch of simple methods that I’ve never used before. However, they are really handy, so I decided to create a brief review of what I found. Just a quick reminder: JavaScript…

Java Script

2 min read

JavaScript Object Manipulation
JavaScript Object Manipulation

Published in Dev Genius

·Jan 31, 2021

Working In Tech: Not Just Web Development

When it comes to working in tech, your first guess is: well, that’s all about web development! It might be quite right but personally, I consider this as a sort of a dangerous misconception. Clearly, full-stack, front- and backend web development is one of the most well-known and popular career…

Technology

2 min read

Working In Tech: Not Just Web Development
Working In Tech: Not Just Web Development

Published in Dev Genius

·Jan 18, 2021

Linked List Cycle: solved

Dashing through Leetcode problems, I found this one: Linked List Cycle. In this blog, I’ll solve it using the two-pointer approach. Our task is to determine if the linked list has a cycle in it. Return true if there is a cycle in the linked list. Otherwise, return false. What…

Leetcode

2 min read

Linked List Cycle: solved
Linked List Cycle: solved

Published in Dev Genius

·Jan 11, 2021

Airtable: Project Planner

While working on group projects, it is truly vital to organize your workflow consistently and productively. You can use a spreadsheet, which works well for smaller projects. But what if you’re building something more complicated, with a bigger team involved? …

Airtable

2 min read

Airtable: Project Planner
Airtable: Project Planner

Published in Dev Genius

·Dec 28, 2020

What is PropTypes in React

Recently, while working my way through this tutorial, I came across a React library called prop-types. I’ve never used this library before, so I made a quick research on why we need prop-types and how to use is. JavaScript is a so-called “untyped” language. That means JavaScript will figure out…

Reactjs

2 min read

What is PropTypes in React
What is PropTypes in React

Published in JavaScript in Plain English

·Dec 20, 2020

How to solve Two-Sum Algorithm in JavaScript

I think we all can agree on this: Two-Sum Algorithm is sort of a classic data structure challenge. In my blog, I’d like to share two approaches to solving it. The first one is a so-called “brute force” method, and the second one represents a more elegant solution So, our…

Java Script

2 min read

How to solve Two-Sum Algorithm in JavaScript
How to solve Two-Sum Algorithm in JavaScript

Published in JavaScript in Plain English

·Dec 14, 2020

How To Check for Palindromes in JavaScript

Solving a palindrome algorithm is one of the most common data structure tasks during a technical interview. In this blog, I’m going to break down one of those algorithms and share with you my method of solving it. …

Java Script

2 min read

How To Check for Palindromes in JavaScript
How To Check for Palindromes in JavaScript

Published in Dev Genius

·Dec 7, 2020

The some() and every() methods in JavaScript

Sometimes, while studying more sophisticated concepts, we tend to forget some basic methods and approaches. so, this week I was revising some of the most commonly used array methods in JavaScript. In this short blog, I’ll show you the difference between some() and every() methods that are often confused…

Java Script

2 min read

The some() and every() methods in JavaScript
The some() and every() methods in JavaScript
Anastasia Orlova

Anastasia Orlova

Full-Stack Developer with a background in retail and social work // anastasia-orlova.netlify.app

Following
  • Kelsey Dickson

    Kelsey Dickson

  • Waverley Leung

    Waverley Leung

  • Domenico Nicoli

    Domenico Nicoli

  • Greem Jellyfish

    Greem Jellyfish

  • Francisco Andaur

    Francisco Andaur

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable