• 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

Global and Local Scopes

July 25, 2016 by Rick Hernandez Leave a Comment

Variable Scopes

Variable Scopes A variable’s scope is a section of a program where that variable exists. You can have two types of variable scopes: local, or global. … [Read more...] about Global and Local Scopes

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Variables

July 22, 2016 by Rick Hernandez Leave a Comment

Variables in Programming

Variables Variables allow us to associate a value to a name. These values are stored in memory and are accessible through the name of the variable. Example: age = 21 The variable age holds the value 21. Throughout your program that value can change or … [Read more...] about Variables

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

Programming Comments

July 21, 2016 by Rick Hernandez Leave a Comment

Comments

Comments are used to make annotations to a specific part of a code. … [Read more...] about Programming Comments

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

Syntax

July 20, 2016 by Rick Hernandez Leave a Comment

Syntax

Syntax Syntax are a set of rules that a programming language sets. The rules combine symbols and formatting to define the legal structure of a computer program. For example, in the Spanish language, you have grammar that you must specifically follow, one example … [Read more...] about Syntax

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

Code Execution

July 19, 2016 by Rick Hernandez Leave a Comment

Code Execution

When your programs become larger than one statement, the statements are executed from left to right, top to bottom. In more complex programs you can stop execution, jump to another file, continue execution there, then return back to the file and continue on with … [Read more...] about Code Execution

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Are you a programmer?

July 13, 2016 by Rick Hernandez Leave a Comment

Are you a programmer?

Programming Challenge Now that you know programming is more than just "working with computers", I want to give you a taste of what you’re getting into so that you’re prepared. Some of the general ideas that float around the programming community are “you are a … [Read more...] about Are you a programmer?

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

How To Read Native JavaScript Code

June 3, 2016 by Rick Hernandez 4 Comments

Native JavaScript Code

In one of the example pieces of code in the Programming Fundamental Series I show you how you create a function that will obtain the absolute value of any given number. The function that I create is a simple one to follow and it illustrates and important part of … [Read more...] about How To Read Native JavaScript Code

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

Moving Forward

May 27, 2016 by Rick Hernandez Leave a Comment

Programming Fundamentals with JavaScript

You are well on your way to becoming a GREAT programmer. You have successfully completed this series. This is a BIG DEAL! You need to celebrate. This is only the beginning of something great, if you keep working on developing your Node.js skills you will soon … [Read more...] about Moving Forward

Filed Under: JavaScript, JavaScript, JSecademy, Node Basics, Programming

Example App in Node.js

May 27, 2016 by Rick Hernandez Leave a Comment

Sample Application Now that you understand the core concepts of Node.js let's now create a simple application and execute it with Node.js with the terminal. [code lang=text] touch app.js echo "console.log('(7 + 5) / 2 is ?', (7+5)/2)" >> … [Read more...] about Example App in Node.js

Filed Under: JavaScript, JSecademy, Node Basics, Programming

How to Install Update and Remove Node.js From Linux or Ubuntu

May 24, 2016 by Rick Hernandez 4 Comments

Installing Node.js Start by visiting the main site for Node.js and click on the stable download button this will initiate the download for a file name node-v5.9.0.tar.gz, to install node run the following commands. Now you must be asking why I did not just use … [Read more...] about How to Install Update and Remove Node.js From Linux or Ubuntu

Filed Under: JavaScript, JavaScript, JSecademy, Node Basics, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to page 6
  • Go to page 7
  • 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