Classes, in addition to holding several properties, can also contain methods
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
A Class is a custom data type. Classes can represent more complex data than integers or strings.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Learn about conditional expressions, comparison operators, and logical operators.
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Learn about creating and using variables in Javascript
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Convert your Sidescroller game to share with the world!
Created by slinkous about 1 year ago
Access Level: premium
Account: MVCode
Learn about different values we use in Javascript
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Write a program to produce a checkerboard
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
We can nest loops to repeat a set of repeated actions a certain number of times
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Write a function that checks if a given string contains a given substring.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Write a function to replace each instance of a letter in a string with a different letter
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Write a function that uses a while loop to reverse a string.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Write a function that takes a string and capitalizes every other character.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
For loops are a shorthand for a while loop with an iterator
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Of the material covered so far, Strings are the best resource we have for implementing iteration challenges. Here we'll take a moment to understand some String manipulation features.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
While loops are not always used to repeat an action a set number of times, rather it's better to think of them as having the ability to repeat an action until a certain condition is met.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
While loops are a type of programming structure that allows us to instruct the computer to repeatedly perform a command a set number of times.
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Learn how to make a Rubik's cube using classes and 3D shapes
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
An introduction to Java, IDE's, and Repl
Created by slinkous about 1 year ago
Access Level: public
Account: MVCode
Learn how to use graphics to make a 3D dice in Javascript
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Learn how to use textures to place images on 3D shapes
Created by aaronjau101 over 1 year ago
Access Level: premium
Account: MVCode
A boolean is a type of data that is either equal to true or false.
Created by jamie over 1 year ago
Access Level: premium
Account: MVCode
We can also nest if statements inside of one another.
Created by jamie over 1 year ago
Access Level: premium
Account: MVCode
Sometimes IF THEN ELSE is not enough options, and we may need addition IF conditions.
Created by jamie over 1 year ago
Access Level: premium
Account: MVCode
Learn to add ELSE statements to your IF THEN structures
Created by jamie over 1 year ago
Access Level: premium
Account: MVCode