Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
olback109817y@DLMousey no, we haven't talked about frameworks and the course plan only covers how to copy javascript from other sources. You don't have to actually learn it.
-
agaskins5897y@DLMousey I'm with you, it must be one of those mind games teachers sometimes do where they know 90% of the class will flounder but one or two people will get it. I would make two website's using threeJS haha
-
#!/bin/bash
sites=("$@")
Npm i -g gatsby-cli
for i in "${sites}"
do
gatsby new $site
done
Wrote you a command that does your homework XD run it like {commandName} site1 site2 site3
DONE -
This makes React developer blush. For most of my project, I seems only has 1 html, 1 bundle.js and I don't even use CSS anymore 😳
-
-vim-31687y<html>
...
<body>
<script>document.write("HELLO WORLD â… ");</script>
<script>document.write("HELLO WORLD â…¡");</script> <script>document.write("HELLO WORLD â…¢");</script>
</body>
</html>
Related Rants
-
sonrisa37Best quotes from IT teacher: - "C# is a language to program your IDE." - "C# is a language for beginners, and...
-
hashit6Substitute Teacher who apparently majors in Java sees my copy. T - Your programs are incomplete M - You mean ?...
-
PieInOblivion11I once brought my Kali Linux laptop to school. (Because normal had dead battery, waiting for shipping) MFW so...
Teacher: Homework for next time is to make 2 web pages with three javascript.
* whole class is quiet *
Me: What's "three JavaScript"
T: undefined
M: Do you mean three files?
T: No, I mean three JavaScript.
M: Okay, so let's go with five CSS and twelve HTML as well then...
Please, go somewhere else when you can't explain your OWN HOMEWORK ASSIGNMENT. Holy fuck.
rant
teachers
school
self taught all the way