Posts by Noname • 55 points
2 posts
-
0
votes1
answer42
viewsQ: How to ensure that Promise is resolved?
Great, I’m trying to make a wish POST that in case of failure returns false and in case of success returns true. My problem is because even with the await does not expect that the Promise is…
-
5
votes1
answer70
viewsQ: Inversion of each line of a C file
I am trying to make a program that basically indents each line of a text file in reverse order, that is, the line is shown from the end to the beginning. For example, the line 'hello world! ' is…