All Questions
2 questions
-3
votes
2
answers
413
views
How can I us JS to create a non-guessable random filename in a public directory?
I am creating a JS/Node program that lets users at a public kiosk save an image to a public AWS S3 bucket. They then enter their own email address and we send them an email with a link to that image ...
0
votes
1
answer
172
views
Working with JavaScript private methods:
I am following Douglas Crockford's tutorial on the visibility of JavaScript variables and functions here : http://javascript.crockford.com/private.html
I have written the following MyClass.js file ...