Skip to content

Conversation

@tmcrockett252
Copy link
Contributor

Implement all required functions in lesson7.ts and part_f.ts using
conditional expressions and loops. All tests passing for homework group F.

  • String comparison, factorial, Fibonacci, and binary search algorithms
  • Grade calculation, even number summation, and character counting functions

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎓 Automated Grading Report

Student: Talia Crockett
Date: 8/21/2025

Feedback

Talia Crockett's submission meets all the functional and technical requirements for the assignment. The functions in lesson7.ts and part_f.ts have been implemented correctly and completely. The compareStrings, computeFactorial, getFirstNFibonacciNumbers, and binarySearch functions in lesson7.ts are all implemented with appropriate logic and handle edge cases effectively. Similarly, the functions in part_f.ts, such as getLetterGrade, sumEvenNumbers, and countCharacter, are implemented correctly and efficiently. The .env.test file has been correctly configured with the assigned group letter 'F'. The code is well-structured, follows TypeScript conventions, and passes all GitHub checks, indicating a consistent style and correctness. There is no stretch assignment provided, so the stretch score is not applicable. Overall, the submission is well-executed and demonstrates a solid understanding of the assignment requirements and TypeScript programming.


This is an automated preliminary review. Please review and adjust before finalizing.

@tmcrockett252 tmcrockett252 deleted the lesson_07 branch August 22, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants