JavaScript for Web Design Part Eight
BY ITW Consulting
ITW Consulting Corp
If you wanted to make a new variable that was related to your first one, then you could make a new one by writing `thesecondnumber = thenumber + 1` which would make a variable with a value one higher than your first one.