Day 100 #100DaysOfCode#freeCodeCamp#TheOdinProject#html#CSS#javascript I have done the thing! And it's been quite the experience. I wrote how I feel and how it went (more in depth) here https://t.co/drH8tni46X I am shocked I made it, and am out on the other side.
@therealobiora <form method="post" action="https://t.co/qp2EWFWsXG"> was the solution I used, the two parts combined. method="post" and action="link" within the form element. Hope this helps π€·It's been awhile since I've looked at this post.
Day 14/100 #100DaysOfCode built a portion of the Learn Accessibility by Building a Quiz(attached img) #freeCodeCamp Having frustrations with some step prompts and voiced my thoughts in the tweet chain on this post. #coding#webdev
Day 100 #100DaysOfCode#freeCodeCamp#TheOdinProject#html#CSS#javascript I have done the thing! And it's been quite the experience. I wrote how I feel and how it went (more in depth) here https://t.co/drH8tni46X I am shocked I made it, and am out on the other side.
Day 98 #100DaysOfCode#TheOdinProject#javascript I completed the Problem Solving lesson, made my own FizzBuzz function... before seeing the given solution, was proud that I could solve it so easily. Watched and read the given assignments, and overall enjoyed this lesson.
Day 97 #100DaysOfCode#TheOdinProject#javascript I completed JS fundamentals pt 3 today, I skipped like half of the reading though and was able to solve the assignment problems ez. I think my experience on #freeCodeCamp helped me out here as it seemed to be mostly review for me.
Day 95 #100DaysOfCode#TheOdinProject#javascript I finally completed JS fundamentals pt 2. Talked about my experience with the assignment here https://t.co/drH8tnz78X
Day 94 #100DaysOfCode#TheOdinProject#javascript more fundamentals, and more conditional practice! Read more of an mdn doc and tested my knowledge with some practice problems! Read more here https://t.co/drH8tnz78X
Day 93 #100DaysOfCode#TheOdinProject#javascript read more fundamentals pt 2, more information on if else statements, switch statements, and the ternary operator, Lots of reading. That feeling of "yeah I know some things" but also "I know nothing!" is strong lately.
Day 89 #100DaysOfCode#freeCodeCamp#javascript Made a function that capitalized each first letter in every word from a given string. Then made another that would add an array at the given index point of another array, and return both fully in order. Tough stuff for a #CodeNewbie
Day 88 #100DaysOfCode#freeCodeCamp#javascript Kept on with the basic algorithm scripting, and I'm having a lot of fun! Read about it here https://t.co/drH8tnz78X as it is too much effort for me to make a tweet thread to go over it all. #webdev#CodeNewbie
Day 87 #100DaysOfCode#freeCodeCamp#javascript I did basic algorithm scripting today, Converted C to F, reversed a string, got the factorial of a number, found the longest word in a string(using a regex to parse it into an array), and finally, returned largest num from an array.