Journal Entry 1
So far, I've learned a few things in this class. I've learned how to:
- Make a div
- Position different divs and change their properties
- Make href links and connect them to other pages
- Work positions of divs based on each other to make a scrolling effect
I can't wait to learn more about how this works!
Journal Entry 2
I just made my person card for my website! It feels like all of the
technical things we had to do are paying off now. It all feels easier.
I hope that I will be able to develop my main website now!
Journal Entry 3
cd ./desktop/M2Bastro.github.io
git add .
git commit -m "adding stuff"
git push
Journal Entry 4
I wrote in JavaScript for the first time. It was a little
confusing at first, but by the end of the class I understood
what was going on. I feel like JavaScript will eventually become
my favorite coding language to work with.
Journal Entry 5
I'm starting to fix up my website now. I made sure
that the backgrounds of all my pages are the same,
and I'm looking at my projects to see if they work. So
far, I have an animation project, a javascript project,
and what's supposed to be a halloween project.
Hopefully I can make sure that everything works out.
Journal Entry 6
I finally finished my Piano! It took a long time, but I'm
just happy that I was able to succeed. I used event
listeners so that the piano keys would work, and
recorded some piano key audio files to create the
sounds. This is my first somewhat complicated
project. I'm proud of my work.
Journal Entry 7
I made my first clock now using Javascript. In order
to do so, you have to create a variable, then give it
an id or class. I should have to make sure to call the
variable outside of the function too. This is just so
that I can remember what to do.
Journal Entry 8
I managed to finish my Javascript project. It's like my
horror project, but instead, it has some alerts that change
with an if else statement. I feel like this is probably my best
project so far, but I can do better.
Journal Entry 9
We've started using Math.random with color. It was kind of
confusing at first but by the end, it was pretty easy to make
a screen that matches color with your mouse. I'm quickly learning
the basics, but I think things are about to get difficult.
Journal Entry 10
We did if else statements today. I was trying to play a rick roll, but
I couldn't figure out that there was a syntax error until the end of
class. I get how if else statements work though. You're basically
asking if a condition is true, and saying that if it is, an action should occur.