Kyle Yu's Portfolio

An aspiring student developer

kyleyu222@gmail.com

It is currently:

Here are some of my projects:


Screen Shot 2018 05 10 at 9 35 16 AM

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.



Screen Shot 2018 05 10 at 9 35 37 AM

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.)