diff --git a/Chapter04/Documentation/answers/lib/sample_complete.js b/Chapter04/Documentation/answers/lib/sample_complete.js index c9febf2..8e0902d 100644 --- a/Chapter04/Documentation/answers/lib/sample_complete.js +++ b/Chapter04/Documentation/answers/lib/sample_complete.js @@ -11,6 +11,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + var orderStatus = { Created: {code: 1, text: 'Order Created'}, Bought: {code: 2, text: 'Order Purchased'},