0

Javascript :

    function itemNumber() {
      var arrayOne = new Array('first', 'second', third);
      var arrayTwo = new Array('1', '2', '3');
}

HTML:

<div id='items'>
   <h1 id='words'>first</h1>
   <h1 id='numbers'>1</h1>
</div>

I want when refreshed thinks to look like first 1 or second 2 or third 3. Not like first 3, second 1.

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.