mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
const AlmacenateCurrentScore = (currentScore) => {
|
|
|
|
localStorage.setItem('currentScore', currentScore)
|
|
}
|
|
|
|
export default AlmacenateCurrentScore
|