Problem Solving Random Password Generator Write a function that generates a random password. The function should have a parameter that dictates the length of the password. The function may contain any upper and lower case
JavaScript Warmup - Checkers! Write a console-log version of checkers that has the right amount of squares and something to represent the checkers on the board. You don't have to move the checkers for
JavaScript Warmup - Red Rover You met a child, who due to physical disability, is unable to play red rover with his friends. Having seen his great despair, you decided to make a robot that
JavaScript Warmup - StringSplosion Create a function that, given any non-empty string, returns a string where each character is concocted with each of the preceding characters. Example: stringSplosion("ab") //Output: "aab&
JavaScript Warmup - Snoozed We want to program our alarm clock according to our schedule. In this exercise, we will create a function that has a parameter for weekdays and another for holidays. Both
Pre-Course CSS Introduction Cascading Style Sheets define how HTML elements are to be displayed. CSS is going to save you a ton of work and at the same time will enable you
Bootstrap Bootstrap Back to Top ### Post Table of Contents * Intro to Bootstrap * Installation * The Grid System * Containers * Rows and Columns * Column Offset * Nesting Columns * Push and Pull * Apply What You've Learned * Forms
Week 3 jQuery Back to Top ### Post Table of Contents * Getting Started With jQuery * Installation * Other Notes Before You Start * Selectors * Selecting Elements by ID * Selecting Elements by Class Name * Selecting Elements by
JavaScript Modules Shaping Your Program “A beginning programmer writes her programs like an ant builds her hill, one piece at a time, without thought for the bigger structure. Her programs will be like loose sand. They may stand for a while, but growing too big they
Troubleshooting/Debugging The Art of Googling Motivation for Google-ing Well Less is More Too many words are confusing; Google is not a person, don’t use natural language! Be Specific Use ‘limiting words’ -- less common
Tools Terminal Kung-Fu What is the terminal? When launched, it provides a line interface to control the underpinnings of the UNIX-based operating system. In short, it lets you control your computer like hackers