full stack dev loading……

Joined December 2025
Photos and videos
Pinned Tweet
My name is precious, You can call me precious_dev. Am a complete beginner in Blockchain and web3, I decided to start because I want to build in public and also strength others who thinks is hard to learn this. So far, I've started by joining alchemy university.
2
1
8
158
Good evening everyone from here. It's another day learning javascript and yes 1 topic - 1 day so that we won't burn out. So today was on type conversion. Had six tasks under this topic and am gonna share it you all 💞🤭.
1
1
17
Task 6: Valid JSON Question: Create a valid JSON object with: name: with any string value age: with any number value isReal: with any boolean value Code (person.JSON.js): const personJSON = ` { "name": "jane", "age": 22, "isReal": true }`; module.exports = personJSON;
1
1
15
Good evening everyone today is another Day to learn more or javascript or I learned more on javascript. So today I learnt exceptions. This was actually based on error,I had four task under it and they are as follows;
1
1
10
Task 4:Start an Error Question/Task: "Pick an error from one of the situations mentioned in details. Write code that will make one of these errors occur." Code: // startError.js function startError() { fn(); } module.exports = startError;
1
1
11
Good evening from here guys . So today is another day for learning javascript,I did the logical operators today and also had five task under it😊. It wasn't that bad and it was also kinda fun so stick with me to explain my lessons. #javascript #WebDev
1
1
12
function carCrossing(aCrossing, bCrossing) { return (aCrossing && !bCrossing) || (bCrossing && !aCrossing); } module.exports = carCrossing;
1
1
8
So that was all for today 😊 thank u all for Ur follows and likes. #LearningInPublic
1
6