GoogleCloudPlatform/nodejs-getting-started

Replace 5 with greetings.length (or the js equivalent).

SurferJeffAtGoogle opened this issue · 1 comments

req.session.greeting = greetings[Math.floor(Math.random() * 5)]

Fixed in #335