Vincent Shizuo Newkirk
Full-Stack JavaScript Developer
I am a Tokyo-based Full-Stack developer specializing in React. I enjoy working with and learning new technologies in an effort to always be improving my own skills.
import Browser | |
import Html exposing (..) | |
import Html.Attributes exposing (..) | |
import Html.Events exposing (onInput, onClick) | |
import String | |
import Char | |
-- MAIN |
91-323 Pukanala Pl, Ewa Beach, HI, 96706 ・(808) 351-4156
Gmail ・Github ・LinkedIn
I am a quick-learning, motivated Full-Stack Javascript developer looking to utilize my skills in a creative and productive environment to bring powerful web applications to the world.
Your task is to write a function for calculating the score of a 10 pin bowling game. The input for the function is a list of pins knocked down per roll for one player. Output is the player's total score.
A game consists of 10 frames. In each frame the player rolls 1 or 2 balls, except for the 10th frame, where the player rolls 2 or 3 balls. The total score is the sum of your scores for the 10 frames