GithubHelp home page GithubHelp logo

learning-javascript-p5's Introduction

learning-javascript-p5

A crash course in Javascript and p5.js intended to increase your capacity and curiousity for all things web programming related.

Important links for this class:

P5 docs
P5 code editor

Terminology:

  • Boolean: is it true or false.
  • Conditional: If something is related to something else than something happens.
  • Array: A list of items that are grouped together inside of a variable.
  • Loop: A way to cycle through an array for the purpose of doing things with the individual items inside the array.
  • Object: var person = {firstName: Tom; lastName: Rau; height: 6’0”; }
  • Function: A named* set of directions inside a computer program.
  • Variable: Variables store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory. This data can then be used throughout your program.

Gotchas:

  1. Order Matters.
  2. Global vs Local
  3. Debugging is of the utmost importance. Console.log is your best friend (for now).
  4. Nice function, why isn’t it doing anything?
  5. Now that I’m coding how do i wire it all together to work in a browser window?
  6. Indexes always start at 0;

learning-javascript-p5's People

Contributors

hifilorau avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.