• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

JavaScript

Start and Stop of a program

August 8, 2016 by Rick Hernandez Leave a Comment

Start and Stop of a program

Start All programs must start at one point. The starting point of a program is where you decide your program will start executing. Stop Stop is where you decide to terminate your program. At times, this stopping point can be decided by you, but other times it will … [Read more...] about Start and Stop of a program

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Programming Decisions

August 5, 2016 by Rick Hernandez Leave a Comment

Programming Decisions

Most interesting programs will need to make a decision. What type of decision? A computer has the ability to make decisions based on a boolean expression. This can be based on a logical operator or an expression that evaluates to true or false. Example of a … [Read more...] about Programming Decisions

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Outputs in Programming

August 4, 2016 by Rick Hernandez Leave a Comment

Outputs in Programming

Anytime a computer reports back to a user with a result. There are many different types of outputs including, but not limited to, output to a file, a printer, the web, binary files, a screen, or another device. … [Read more...] about Outputs in Programming

Filed Under: JavaScript, JavaScript, JSecademy, Programming, Programming Fundamentals

Inputs in Programming

August 3, 2016 by Rick Hernandez Leave a Comment

Inputs in Programming

Most programs will need some type of input to operate on. Whether it's setting up the initial value or asking a user for a specific input, your program will likely require some type of input. … [Read more...] about Inputs in Programming

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Accumulators in Programming

August 2, 2016 by Rick Hernandez Leave a Comment

Accumulators in Programming

Accumulators are a type of variable. Just like variables, they are stored and used based on a location in memory. Accumulators differ from counters by accumulating a value instead of counting that value. For example, you can have an accumulator that finds the sum … [Read more...] about Accumulators in Programming

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Variable Counters in Programming

August 1, 2016 by Rick Hernandez Leave a Comment

Counters are a type of variable, just like variables they are stored and used based on a location in memory. Counters typically change their value through out a program to count a value. … [Read more...] about Variable Counters in Programming

Filed Under: JavaScript, JavaScript, JSecademy, Programming, Programming Fundamentals

Expressions in programming

July 29, 2016 by Rick Hernandez Leave a Comment

Expressions An expression is a group of variables and operators grouped together to evaluate to a value. Example: x = 3 + 5 … [Read more...] about Expressions in programming

Filed Under: JavaScript, JavaScript, Programming, Programming Fundamentals

Arithmetic Operators

July 28, 2016 by Rick Hernandez Leave a Comment

Arithmetic Operators: Arithmetic operators are used when you need to operate with one or more values. Each of these operators is executed according to the order of operations in math. … [Read more...] about Arithmetic Operators

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Assignment operator

July 27, 2016 by Rick Hernandez Leave a Comment

Assignment operator

Assignment Operators: In programming, the assignment operator '=' is the operator used for assignment. The assignment operator assigns the value from the right side of the operator to the left side of the operator. … [Read more...] about Assignment operator

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Basic Operators in Programming

July 26, 2016 by Rick Hernandez Leave a Comment

Basic Operators in Programming

Operators Operators are used for helping you work with variables. There are comparison operators, logical operators, assignment operators, and arithmetic operators. Comparison Operators: A comparison operator is a binary operator (true or false value) that takes … [Read more...] about Basic Operators in Programming

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to page 6
  • Interim pages omitted …
  • Go to page 9
  • Go to Next Page »

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in