Commit 8c2acaf7 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

찐최종

parent 63a945f5
......@@ -11,9 +11,10 @@ const QnA = [
let Answers = []
let Solutions = [4, 3, 2]
localStorage.setItem('Solutions', JSON.stringify(Solutions))
function Quiz() {
localStorage.setItem('Solutions', JSON.stringify(Solutions))
const [question, setQuestion] = useState({
...QnA[0],
i: 0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment