1.1 variables and types by CharlesLin March 19, 2016 JavaScript 'use strict'; orderId= 3; orderId = 'aaaaaa'; console.log(orderId);