In order to pass this mission you need go to the Business Logic section. Add there Codeless sample “shopping cart” service. And just follow thw instructions from the mission description. Also you can open “shopping cart” service go to the Codeless tab and you will find there all the blocks and logic which were used for it. https://monosnap.com/direct/exjgbejzzitKyOZkxaFrWHS5x2qeqA
Okay I see now… it’s always easy when you know how!
Given i’ve just finished the mission and it asks for feedback, my advice would be that for newbies that intend to use codeless, you should provide a codeless example and not just JS. Whilst I’ve learnt a lesson in how to use JS I would have preferred to have stuck with Codeless since this is the “language” I’m attempting to use in conjunction with Backendless. The other thing I would say is don’t mix the examples with syntax, I was confused by the reference to “string”, I thought you were referring to a data type, if might have been better if the string were “basket1” or something like that.
I’ve really enjoyed the missions and the system is excellent, so great job on all fronts
Hi,
…I have the same problem than Graham, so I followed all the steps you mentioned and I succeeded in the mission, but just to comment that in the instructions is said:
3.- invoke getItems instead of the method Items.
I also think is not good idea to use “string” as identification because it confusing for us.
As I hadn’t see this post, I tried to do with SKD JS. Quite difficult for me as I do not have any knowledge at all of any programming languages neither html…so a real nocode seeker.
I would like to follow the mission with JS to understand how is the procedure when we use no codeless in client side.
At this moment and before invoke any method, there are some errors in the console just when I open index.html:
–> backendless.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
–> Uncaught ReferenceError: Backendless is not defined
at CodelessShoppingCartService.js:15
(anonymous) @ CodelessShoppingCartService.js:15
–> Uncaught SyntaxError: missing ) after argument list
This last…I have reviewed deeply all the wording which is the following but I’m not able to find the typing error: