kyleyu222@gmail.com
Here are some of my projects:
In this project that I did with a partner, we took some user input and ran it through some javascript equations to put out two answers in a span element.
In this project that I also did with a partner, we took in user input and, using for loops, we took a random character from each string and put them together into a new string . We then repeat this the amount of times the user wanted the password to be and returned the string to be viewed in a span element (Don't use for actual passwords. The random strings are hard to remember.)