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

Tanner Plauche

I'm a linguist and I write code, yo.
http://www.tannerplauche.com
Sum All Odd Fibonacci Numbers
JavaScript

Sum All Odd Fibonacci Numbers

Given a positive integer num, return the sum of all odd Fibonacci numbers that are less than or equal to num. The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers. The first six
Jun 16, 2015 1 min read
Tools

Git Rundown

The Importance of Version Control What is git? Git is a distributed version control system. Distributed: * Files are stored on multiple machines (i.e. your local machine and github.com) Many people can work on one project simultaneously Version control: * previous versions of the project can be saved and retrieved
May 18, 2015 3 min read
← Newer Posts Page 2 of 2
V School | Better Humans, Better Outcomes © 2025
Powered by Ghost