currently: ``` host.?name ``` should be be: ``` host.name? ``` similar to regex question mark: ``` ? The question mark indicates zero or one occurrences of the preceding element. ``` similar to optional chaining in javascript (even though the operator is `?.`): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
currently:
should be be:
similar to regex question mark:
similar to optional chaining in javascript (even though the operator is
?.):https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining