Posts by Matheus Borba • 21 points
2 posts
-
0
votes0
answers11
viewsQ: Error: Invalidpipeargument: '[Object Object]' for pipe 'Slicepipe'
I am developing a system, which lists logs and is doing the log listing correctly. But there’s a mistake I don’t understand. LogComponent.html:24 ERROR Error: InvalidPipeArgument: '[object Object]'…
-
1
votes1
answer111
viewsQ: How to reverse the order of a sentence?
I tried to make a program that takes a phrase and returns the phrase in reverse order. Example: Input: "Hello, Java!"; Output: "Java! Hello,"; I tried to do it, but it’s not working. import…