Posts by Guilherme Escarabel • 73 points
3 posts
-
1
votes1
answer73
viewsQ: Referencing an import dynamically
Below I’m setting some Imports; import users from './user'; import securities from './security'; import softwares from './software'; and I want to be able to access them in the course of my file,…
-
1
votes1
answer34
viewsQ: How to access a non-explicit function
I apologize for the very generic title, but I do not know how to express it in a short way and it is for this reason that my research was a failure. Let’s get to an example: bd.colection.find(); I…
javascriptasked Guilherme Escarabel 73 -
5
votes1
answer1122
viewsQ: How to get 'unique identifier' from browser
In my research I have already found the Object - Navigator, to obtain information relevant to the user’s browser. However I found nothing satisfactory in this Navigator that I can use to generate a…