+ 1
Inspect JavaScript/Node js implementation code [SOLVED]
i'm looking for JavaScript/Node js' equivalent of Python's help() and/or inspect.getsource() function/method. i've come across: - .toSource() - unveral() but from what i've seen they don't work like i'd like them to . i'd like to view the implementation code to determine how many parameters are required, how the methods work and such . please help .
2 Answers
0
Artur
'ppreciate it, man .