Message from JavaScript discussions
October 2018
β I want great JS people in this group, regardless of gender
So.. what is your proposition then? what feature living organizm should have, to prioritize it to join JS Party?
β Great JS people is too generic, maybe those people doesnt have internet connectionπ€€
β Yes, almost bad enough to be Thomas's code
β Hmm.. you mean those functions all async and returning objects? π€€
β Understanding, logic, opinions, merit
β Yo guys I have a well defined JSON file with some attributes and values predefined and some attributes predefined but not their values:
"metadata": {
"name": "ingress",
"namespace": "???????????",
}
I want to have a
.json
file or equivalent that defines the "base" template and then run something that populates the missing values, for example the last code will be:"metadata": {
"name": "ingress",
"namespace": ["woooo", "fooo", "bar"],
}
And I am looking for something good-looking to do this. It seems I cannot use a pure json file since you cannot put variables here, so do you have any idea? My lang will be JS. Maybe some template engine? I find most of them ugly...
β Lol why do you say this
β Just make functions
β Functions that take objects and return objects
β It will be more fun, right?
β Hola, como puedo obtejer una etiqueta de option segun el valor?