Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's okay for first code #15150

Closed
keangkai opened this issue Sep 2, 2017 · 1 comment
Closed

It's okay for first code #15150

keangkai opened this issue Sep 2, 2017 · 1 comment
Labels
question Issues that look for answers.

Comments

@keangkai
Copy link

keangkai commented Sep 2, 2017

  • Version:
  • Platform:
  • Subsystem:

var pi =3.14;
var update=function(){
return "Update Server";
}
var add=function(a,b){
return a+b;
}
exports.pi=pi;
exports.add=add;
exports.update=update;

@BridgeAR
Copy link
Member

BridgeAR commented Sep 2, 2017

I am not certain what the question is that you would like to have answered but in general, please ask questions in the help repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

3 participants