javascript - simple delete two out four in a array -




hi have quiz multiple answer want when button pressed delete 2 out off 4 leaving 2 answers 1 correct , 1 false.

var questions = [     ["what 10 + 4?", "12", "14", "16", "b"],     ["what 20 - 9?", "7", "13", "11", "c"],     ["what 7 x 3?", "21", "24", "25", "a"],     ["what 8 / 2?", "10", "2", "4", "c"] ]; 

thank .





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -