Open in app
Home
Notifications
Lists
Stories

Write
Mahendra Choudhary
Mahendra Choudhary

Home

Published in JavaScript in Plain English

·Jan 6, 2020

Introduction to JavaScript: Callbacks

Throughout these articles we have been using variables, we know how to create and assign variables, and we know how to pass them around our code. One thing you may not have realized is that functions are variables as well. We can pass functions as values to objects, and we…

Java Script

3 min read

Introduction to JavaScript: Callbacks
Introduction to JavaScript: Callbacks

Published in JavaScript in Plain English

·Jan 1, 2020

Introduction to JavaScript: Classes

Now that we have the basics covered we will start to talk about more advanced concepts. Here we will introduce you to the concept of classes. Classes are just Objects, with some more functionality. Classes are used when we want to create many objects with the same keys and methods. …

Java Script

3 min read

Introduction to JavaScript: Classes
Introduction to JavaScript: Classes

Published in JavaScript in Plain English

·Dec 30, 2019

Introduction to JavaScript: Data Structures

Often times when writing code, we find the need to group data together. There are two data types, Objects and Arrays, that help us achieve this. Understanding these data structures is a necessity in learning JavaScript. At the end of this article, you should be able to: use arrays to…

Programming

8 min read

Introduction to JavaScript: Data Structures
Introduction to JavaScript: Data Structures

Published in Better Programming

·Dec 16, 2019

Intro to Typography

Learn how to choose fonts, why certain fonts look great in your app, and what to consider when choosing a font — To design user interfaces, you’ll need a detailed understanding of typography. This post will cover the basics of both and prepare you to bring your interfaces to life. This post will: Explain what typography is and why it matters Identify the various elements of typography to choose a font

Design

7 min read

Intro to Typography
Intro to Typography

Published in JavaScript in Plain English

·Dec 8, 2019

Introduction to JavaScript: Functions

Functions are required to make our code ‘run’. Functions will take data, compute it, and return the computed data. All code that is ‘run’ in JavaScript is run inside of a function. At the end of this article, you should be able to: Understand JavaScript functions, why we use them…

Java Script

6 min read

Introduction to JavaScript: Functions
Introduction to JavaScript: Functions

Published in Level Up Coding

·Dec 5, 2019

Intro to Color Theory

There’s a large body of psychology and scientific literature that examines the impact of color on our thinking and emotions. In fact, there is an entire field called color psychology dedicated to the study of hues as a determinant of human behavior. …

Design

14 min read

Intro to Color Theory
Intro to Color Theory

Published in JavaScript in Plain English

·Nov 30, 2019

Introduction to JavaScript: Control Flow

Often times we want our program to act differently based on the information supplied to it. This is known as control flow, and is an integral part of software development. At the end of this article, you should be able to: understand and be able to use different operators. write…

Java Script

8 min read

Introduction to JavaScript: Control Flow
Introduction to JavaScript: Control Flow

Published in Better Programming

·Nov 27, 2019

Design Principles for Programmers

Introduction to designing for the human mind — Many different user interface guidelines exist today, but they all have one thing in common: They’re based on human psychology. Human psychology helps us understand how people learn, remember, perceive, and respond. Even though our technology is changing rapidly, understanding how humans respond to desire, emotion, and motivation remains timeless…

Design

9 min read

Design Principles for Programmers
Design Principles for Programmers

Published in The Startup

·Nov 23, 2019

Introduction to JavaScript: Basics

JavaScript is the programming language that lets the Internet work. The Internet would be nothing without JavaScript and in this lesson, you will find out why. At the end of this article, you should be able to: understand what Javascript is and explain its use in web development. explain and…

Java Script

11 min read

Introduction to JavaScript: Basics
Introduction to JavaScript: Basics

Nov 17, 2019

HTML and CSS Fundamentals

In the last lesson, we started down the path of web development by learning about the fundamental building blocks of web dev. This introduced us to HTML (Hypertext Markup Language). Today, we will go a little more in-depth into HTML and also learn about HTML’s companion language, CSS (which stands…

Web Development

9 min read

HTML and CSS Fundamentals
HTML and CSS Fundamentals
Mahendra Choudhary

Mahendra Choudhary

Full Stack Developer

Following
  • JavaScript Teacher (Incognito)

    JavaScript Teacher (Incognito)

  • Sunil Sandhu

    Sunil Sandhu

  • Zack Shapiro

    Zack Shapiro

  • Dan Abramov

    Dan Abramov

  • Kent C. Dodds

    Kent C. Dodds

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable