LindaLiu1202 / lindaliu_blog

Apache License 2.0
0 stars 1 forks source link

Week of 11-14, FRQ requirements Review Ticket #12

Open LindaLiu1202 opened 1 year ago

LindaLiu1202 commented 1 year ago

2019 FRQ 1

vscode runtime

image

Lecture Notes on FRQ 1

frq 1 all static methods(funtion) - not OOP: (be familiar with types of frq) implement calendar, implement more endpoints, more methods (take in a year, …, sent back endpoint toString() method Return json Prototype - have all the parameters, methods, return types defined (before implement things, people can work on different pieces) isLeapYear (divisible by 4, use modulo) subtract by 2016 and do mod 4 First day of the year - figure out algorithm

jm1021 commented 1 year ago

2.6