diff --git a/P03-Generating-Passwords/content.md b/P03-Generating-Passwords/content.md index 73c9a41..f0e6fcb 100755 --- a/P03-Generating-Passwords/content.md +++ b/P03-Generating-Passwords/content.md @@ -53,6 +53,8 @@ Define a new React component in this file. ```JavaScript import React, { useState } from 'react' +add the term "function" before generatePassword becuase we need to define it, that it's a function other wise it will throw out an error + generatePassword() { // generate a password here console.log("generating password")