Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Ada-C7
/
js-scrabble
Public
forked from
AdaGold/js-scrabble
Notifications
You must be signed in to change notification settings
Fork
35
Star
0
Code
Pull requests
38
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Queues - Cara Comfort - JS-Scrabble
- #21
#21
Open
cecomfort
wants to merge 10 commits into
Ada-C7:master
Ada-C7/js-scrabble:master
from
cecomfort:master
cecomfort/js-scrabble:master
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Queues - Cara Comfort - JS-Scrabble
#21
cecomfort
wants to merge 10 commits into
Ada-C7:master
Ada-C7/js-scrabble:master
from
cecomfort:master
cecomfort/js-scrabble:master
Copy head branch name to clipboard
Commits
Commits on May 16, 2017
Implement score(word) method for Scrabble class
cecomfort
committed
bdfa9d2
View commit details
Copy full SHA for bdfa9d2
Browse repository at this point
Commits on May 17, 2017
Implement method to find highest score word
cecomfort
committed
6707c26
View commit details
Copy full SHA for 6707c26
Browse repository at this point
Add Scrabble class that is instantiated with a given name
cecomfort
committed
e812b47
View commit details
Copy full SHA for e812b47
Browse repository at this point
Implement totalScore method for Player class
cecomfort
committed
136c1de
View commit details
Copy full SHA for 136c1de
Browse repository at this point
Add function to determine if a player has won
cecomfort
committed
ab56ba3
View commit details
Copy full SHA for ab56ba3
Browse repository at this point
Implement methods to return highest scoring word and highest word score for player class
cecomfort
committed
aa29bcb
View commit details
Copy full SHA for aa29bcb
Browse repository at this point
Add method to allow a Player to play a new word
cecomfort
committed
8838569
View commit details
Copy full SHA for 8838569
Browse repository at this point
Limit scoring to words that only contain chars a-z and are <= 7 letters long
cecomfort
committed
91948a5
View commit details
Copy full SHA for 91948a5
Browse repository at this point
Commits on May 18, 2017
Refractor highestScoreFrom method, adding a highestScore method to split method functionality
cecomfort
committed
d5f8cbd
View commit details
Copy full SHA for d5f8cbd
Browse repository at this point
Update player highestWordScore with new scrabble highestScore function
cecomfort
committed
dc7b30f
View commit details
Copy full SHA for dc7b30f
Browse repository at this point
You can’t perform that action at this time.