You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letyear=1989++year// increments year b4 use in 1990letnume=89console.log(nume++)// 89console.log(nume)//increments after use to 90 letv=5--v// decrementslethub='5'console.log(+hub)// + converts a string to numeric type