SYMBOL INDEX (103 symbols across 57 files) FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/App.js class UnconnectedApp (line 40) | class UnconnectedApp extends Component { method componentDidMount (line 45) | componentDidMount() { method render (line 50) | render() { FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/EnterWordForm.js class EnterWordForm (line 5) | class EnterWordForm extends React.Component { method constructor (line 6) | constructor(props) { method submitForm (line 11) | submitForm(evt) { method render (line 18) | render() { FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/EnterWordForm.test.js method preventDefault (line 65) | preventDefault() {} FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/Input.js class UnconnectedInput (line 8) | class UnconnectedInput extends Component { method constructor (line 14) | constructor(props) { method submitGuessedWord (line 27) | submitGuessedWord(evt) { method giveUpOnClick (line 38) | giveUpOnClick(evt) { method render (line 43) | render() { FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/Input.test.js method preventDefault (line 90) | preventDefault() {} method preventDefault (line 113) | preventDefault() {} FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/actions/index.js constant WORDNIK_URL (line 6) | const WORDNIK_URL = `https://api.wordnik.com/v4/words.json/randomWord?ha... FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: LEGACY-class-based-redux-components/SOLUTIONS for Jotto Redux Challenges/src/registerServiceWorker.js function register (line 21) | function register() { function registerValidSW (line 55) | function registerValidSW(swUrl) { function checkValidServiceWorker (line 84) | function checkValidServiceWorker(swUrl) { function unregister (line 111) | function unregister() { FILE: LEGACY-class-based-redux-components/jotto-redux-class-based/src/App.js class UnconnectedApp (line 10) | class UnconnectedApp extends Component { method componentDidMount (line 15) | componentDidMount() { method render (line 20) | render() { FILE: LEGACY-class-based-redux-components/jotto-redux-class-based/src/Input.js class UnconnectedInput (line 6) | class UnconnectedInput extends Component { method constructor (line 12) | constructor(props) { method submitGuessedWord (line 21) | submitGuessedWord(evt) { method render (line 30) | render() { FILE: LEGACY-class-based-redux-components/jotto-redux-class-based/src/Input.test.js method preventDefault (line 90) | preventDefault() {} FILE: LEGACY-class-based-redux-components/jotto-redux-class-based/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: LEGACY-class-based-redux-components/jotto-redux-class-based/src/registerServiceWorker.js function register (line 21) | function register() { function registerValidSW (line 55) | function registerValidSW(swUrl) { function checkValidServiceWorker (line 84) | function checkValidServiceWorker(swUrl) { function unregister (line 111) | function unregister() { FILE: SOLUTIONS for Click Counter Challenges/src/App.js function App (line 5) | function App() { FILE: SOLUTIONS for Click Counter Challenges/src/registerServiceWorker.js function register (line 21) | function register() { function registerValidSW (line 55) | function registerValidSW(swUrl) { function checkValidServiceWorker (line 84) | function checkValidServiceWorker(swUrl) { function unregister (line 111) | function unregister() { FILE: SOLUTIONS for Click Counter Challenges/src/serviceWorker.js function register (line 23) | function register(config) { function registerValidSW (line 57) | function registerValidSW(swUrl, config) { function checkValidServiceWorker (line 101) | function checkValidServiceWorker(swUrl, config) { function unregister (line 131) | function unregister() { FILE: SOLUTIONS for Jotto Context Challenges/src/App.js function reducer (line 25) | function reducer(state, action) { function App (line 49) | function App() { FILE: SOLUTIONS for Jotto Context Challenges/src/EnterSecretWordButton.js function EnterSecretWordButton (line 15) | function EnterSecretWordButton({ setEnterSecretWord }) { FILE: SOLUTIONS for Jotto Context Challenges/src/GiveUpButton.js function GiveUpButton (line 15) | function GiveUpButton({ setGivenUp }) { FILE: SOLUTIONS for Jotto Context Challenges/src/Input.js function Input (line 10) | function Input({ secretWord }) { FILE: SOLUTIONS for Jotto Context Challenges/src/Input.test.js method preventDefault (line 61) | preventDefault() {} FILE: SOLUTIONS for Jotto Context Challenges/src/LanguagePicker.js function LanguagePicker (line 4) | function LanguagePicker({ setLanguage }) { FILE: SOLUTIONS for Jotto Context Challenges/src/NewWordButton.js function NewWordButton (line 18) | function NewWordButton(props) { FILE: SOLUTIONS for Jotto Context Challenges/src/SecretWordEntry.js function SecretWordEntry (line 14) | function SecretWordEntry({ setEnterSecretWord, setSecretWord }) { FILE: SOLUTIONS for Jotto Context Challenges/src/SecretWordReveal.js function SecretWordReveal (line 15) | function SecretWordReveal({ secretWord }) { FILE: SOLUTIONS for Jotto Context Challenges/src/ServerError.js function ServerError (line 14) | function ServerError(props) { FILE: SOLUTIONS for Jotto Context Challenges/src/contexts/guessedWordsContext.js function useGuessedWords (line 11) | function useGuessedWords() { function GuessedWordsProvider (line 32) | function GuessedWordsProvider(props) { FILE: SOLUTIONS for Jotto Context Challenges/src/contexts/successContext.js function useSuccess (line 11) | function useSuccess() { function SuccessProvider (line 26) | function SuccessProvider(props) { FILE: SOLUTIONS for Jotto Context Challenges/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: SOLUTIONS for Jotto Context Challenges/src/helpers/strings.js function getStringByLanguage (line 58) | function getStringByLanguage(languageCode, stringKey, strings=languageSt... FILE: SOLUTIONS for Jotto Context Challenges/src/integration_tests/guesses.test.js function setup (line 10) | function setup(guessedWordsStrings=[], secretWord="party") { FILE: SOLUTIONS for Jotto Context Challenges/src/serviceWorker.js function register (line 23) | function register(config) { function registerValidSW (line 57) | function registerValidSW(swUrl, config) { function checkValidServiceWorker (line 101) | function checkValidServiceWorker(swUrl, config) { function unregister (line 129) | function unregister() { FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/App.js function App (line 42) | function App() { FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/EnterWordForm.test.js method preventDefault (line 67) | preventDefault() {} FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/Input.js function Input (line 8) | function Input({ secretWord }) { FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/actions/index.js constant WORDNIK_URL (line 6) | const WORDNIK_URL = `https://api.wordnik.com/v4/words.json/randomWord?ha... FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/guessWord.test.js method preventDefault (line 29) | preventDefault() {} method preventDefault (line 80) | preventDefault() {} FILE: SOLUTIONS for Jotto Redux Hooks Challenges/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: click-counter/src/App.js function App (line 5) | function App() { FILE: click-counter/src/registerServiceWorker.js function register (line 21) | function register() { function registerValidSW (line 55) | function registerValidSW(swUrl) { function checkValidServiceWorker (line 84) | function checkValidServiceWorker(swUrl) { function unregister (line 111) | function unregister() { FILE: click-counter/src/serviceWorker.js function register (line 23) | function register(config) { function registerValidSW (line 57) | function registerValidSW(swUrl, config) { function checkValidServiceWorker (line 101) | function checkValidServiceWorker(swUrl, config) { function unregister (line 131) | function unregister() { FILE: context-base/src/App.js function App (line 9) | function App() { FILE: context-base/src/Input.js function Input (line 4) | function Input({ secretWord, success }) { FILE: context-base/src/guessWord.test.js method preventDefault (line 26) | preventDefault() {} method preventDefault (line 77) | preventDefault() {} FILE: context-base/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: jotto-context/src/App.js function App (line 34) | function App() { FILE: jotto-context/src/Input.js function Input (line 10) | function Input({ secretWord }) { FILE: jotto-context/src/LanguagePicker.js function LanguagePicker (line 4) | function LanguagePicker({ setLanguage }) { FILE: jotto-context/src/contexts/guessedWordsContext.js function useGuessedWords (line 11) | function useGuessedWords() { function GuessedWordsProvider (line 32) | function GuessedWordsProvider(props) { FILE: jotto-context/src/contexts/successContext.js function useSuccess (line 11) | function useSuccess() { function SuccessProvider (line 26) | function SuccessProvider(props) { FILE: jotto-context/src/guessWord.test.js method preventDefault (line 40) | preventDefault() {} method preventDefault (line 45) | preventDefault() {} method preventDefault (line 97) | preventDefault() {} FILE: jotto-context/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) { FILE: jotto-context/src/helpers/strings.js function getStringByLanguage (line 22) | function getStringByLanguage(languageCode, stringKey, strings=languageSt... FILE: jotto-redux-hooks/src/App.js function App (line 10) | function App() { FILE: jotto-redux-hooks/src/Input.js function Input (line 7) | function Input({ secretWord }) { FILE: jotto-redux-hooks/src/guessWord.test.js method preventDefault (line 29) | preventDefault() {} method preventDefault (line 80) | preventDefault() {} FILE: jotto-redux-hooks/src/helpers/index.js function getLetterMatchCount (line 7) | function getLetterMatchCount(guessedWord, secretWord) {