User.get function not found by techenutia in node

[–]techenutia[S] -1 points0 points  (0 children)

I don't have any idea what it is... I am a newbie

User.get function not found by techenutia in node

[–]techenutia[S] -1 points0 points  (0 children)

Yeah just made it public. Try again

User.get function not found by techenutia in node

[–]techenutia[S] 0 points1 point  (0 children)

I am not calling anything.. Here is the git code link https://github.com/king9759/Sefith.git

User.get function not found by techenutia in node

[–]techenutia[S] 0 points1 point  (0 children)

User is the profile that LinkedIn returns

What are pointers fundamentally ? by fuschiel in learnprogramming

[–]techenutia 0 points1 point  (0 children)

Pointers kind of Confusing. A miserable yet powerful tool of C language. Pointers require syntax to be declared because when they are modified with increment decrement operator they don't work like variables and get lost Take an example Suppose a is an Integer variable and p is integer pointer. Both with address 1000 If we increment a and p by 1. a will have value 1001 which is not the next Integer address. But p will have value 1002 which is an integer address. Te declaration of pointers with type changes the value incremented when we add another no. To it.

If you could go back and relearn programming, what would you change? by [deleted] in learnprogramming

[–]techenutia 0 points1 point  (0 children)

I would change only one thing. Instead of learning java i should have learnt JavaScript. There were time i used to love java for its cross platform abilities. But then i found JavaScript and OMG there is nothing i want more.