-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement hasKey
resource
#400
Comments
@czerwinskilukasz1 would the following make sense? We would need a
|
|
hasKey
resource
Task: Implement a |
Hi, I would be interested in submitting a pr for this issue, is it fine with you? Thanks! |
Hello @cpelican , it sounds awesome! |
@cpelican, the issue is yours. |
Hi @czerwinskilukasz1, @mhagmajer, I would have 2 questions:
|
Hi @cpelican ,
So, tests in Also, tests in AskCode we write are usually much much shorter, limited to just one expression, while tests in AskScript tend to be a complete program.
This is a good remark. I would save the resource in
Great question. Yeah, I should have be more clear. I meant both arrays and objects. |
@czerwinskilukasz1 ok, thank you for your answer! |
I wanted to write a piece of code that in Javascript looks like this:
Alas, I couldn't find any way to express it, because I didn't find a resource for it.
Please note that comparing
leftMostPosition[a]
with any value would not work as there is noundefined
value in AskScript, onlynull
, which could be a legitimate value ofleftMostPosition[a]
.The text was updated successfully, but these errors were encountered: