This is the first real coding class and the beginning of our development journey at Full Sail. I have been waiting for this since I enrolled for the program and it is finally here!
Project 1:
We had to create a Javascript version of a flowchart that we were provided. Our code was to be based on a story. Mine was about skiing. The flowchart started with setting some variables that included a string, string with escapes, number and boolean. The chart also had a boolean conditional, a number conditional, a string conditional, a string concatenation and a math function that all needed to be output. This was interesting since it was my first time writing Javascript with a story. The story actually helped. My code.
Project 2:
Well same thing again this week. We were given a flowchart and supposed to come up with a story or process and code it to fit the flowchart. Instead of explaining the chart I have included it below. I stuck with my same story and just expanded it. My Code.
Week 3
Week 4