I am new in Javascript. I am using SPFX in sharepoint modern page.
I am using the same script that is written in the following topic:
https://docs.microsoft.com/en-us/answers/questions/93459/how-to-prepare-a-javasript-that-shows-only-the-las.html
Now, I can show the title of one item only.
But, How to show the title of all the items of the list and between each title "-" and before the titles I want to put "The important decisions:"
So it will be = The important decisions: "Title of the first item" - "Title of second item" - "Title of the their item" .... And it should move horizontally as a moving bar under the logo to be move horizontally across the SharePoint modern home page.
Another question, How to change the css of this moving bar like: putting the size of the text = 16px and the color: red and to put a rectangle around it.
Please show me with example.
Thanks in advance.