"vscode:/vscode.git/clone" did not exist on "c20e9d7b5cbb477c71efd65fe1cb5bf2dff7685e"
Commit 8c2acaf7 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

찐최종

parent 63a945f5
...@@ -11,9 +11,10 @@ const QnA = [ ...@@ -11,9 +11,10 @@ const QnA = [
let Answers = [] let Answers = []
let Solutions = [4, 3, 2] let Solutions = [4, 3, 2]
localStorage.setItem('Solutions', JSON.stringify(Solutions))
function Quiz() { function Quiz() {
localStorage.setItem('Solutions', JSON.stringify(Solutions))
const [question, setQuestion] = useState({ const [question, setQuestion] = useState({
...QnA[0], ...QnA[0],
i: 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