Posts by Raphael Kammer • 21 points
2 posts
-
0
votes2
answers936
viewsQ: Check if an array is empty with Vue.js
I am new to javascript and thought about doing some tests with some tools (the Vue.js and nuxt.js) to learn something new. So taking a test that I was sent (which comes down to doing a job vacancy…
-
1
votes2
answers70
viewsQ: Help with an associative table of friends
I have a table of friends, which has the following composition: id_friends (id of the relation) id_usuario_de (id of the user who sent the friend request) id_usuario_para (id of the user who…