V School | Better Humans, Better Outcomes
  • Home
  • Career
Sign in Subscribe

Week 10

A collection of 3 posts
Warmup - StringSplosion
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" stringSplosion("abc") //Output: "aababc" stringSplosion("Code") //Output: "CCoCodCode" Hint: You'll first want to identify the pattern before writing the code.
Jun 4, 2015
Warmup - Snoozed
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 arguments, to be passed in, will be booleans. This function should know when we should sleep in, returning true. Example:
Jun 4, 2015 1 min read
Exercise

Final Project Overview

Overview Your final project is a portfolio project that will help you obtain your first job as a programmer! Your project will include: * A robust front-end using Angular and Bootstrap * A back-end server with an API * A database to persist the data Front End Your front-end needs to be mapped
Jun 2, 2015 1 min read
Page 1 of 1
V School | Better Humans, Better Outcomes © 2025
Powered by Ghost