top of page

javaScript Projects

Portfolio of Work

Click the button underneath to check out more projects on my Github!

pascal recursion.PNG

Pascal Triangle

Recursion Project

This project was used to practice the idea of recursion. With this code, the inputs are a line number and the output would be a pascal triangle that is not in a triangle format.

Lottery Tickets

Array List Project

This project was used to practice the concept, array list. An array list is a comprehensive class that is able to make an array that is able to grow and shrink in size. So that you can append as much as you would like to it.

arrayList.PNG
humanPyramidCalculator2.PNG

Human Pyramid

Recursion Project

This project explored the idea of recursion a bit more extensively. This code accepts two numbers, the first being the row and the second the column. The output would be how much weight the person on that row and column is holding above them and how many times the code called the recursive function.

Projects: Projects
bottom of page