"abc_d1.txt" should get 0 "abc_d1_2.txt" should get 2 "abc_d1_14.txt" should get 14 "abc_d12_x2_156.txt" should get 156 This is what I've done so far, but I am
I have a vue application on the frontend and a wordpress api on the backend. I am hitting the menus api and dynamically adding routes to the frontend at run tim
My project(NextJS) was working fine and suddenly I am experiencing the issue ModuleNotFoundError. Particularly in the case of dynamic routing of nextJs. Error I
I am following along with the answer to this question: Modal window in Jinja2 template. Flask I've made the following snippet in page.html: <button type="but
I'm just starting to learn node.js (literally my second task) and I need to write two modules (one for prime numbers under 100 and one for even numbers under 50
Hello it is possible to access the value of a JavaScript variable by name? Example: var MyVariable = "Value of variable"; function readValue(name) { ...
I'm new to programming. I don't why the function is repeating twice. I assume this is happening because return statement is still making for (let post of posts)