My first project

yeva USA
1 min readJun 29, 2021

It's been 5 weeks since I started a new phase of my life in the computer world. And today I am making my very own first web application. It's exciting and scary at the same time. For me personally, JavaScript is a tough but interesting “language”. I am still having lots of difficulties with JS but I am sure I can manage it properly with a great amount of practice. For example this part of my program :

const idS=`${animal.name} ${animal.fact}`;

const li= document.createElement(‘li’);

li.textContent = idS;

ul.append(li)

still gives me hard time. This is part of the fetch() function where I work with JSON objects transformed into strings. There is another disappointing part for me about JSON is that it doesn't take URLs as information to store inside of its object. For that reason, it is best to use API but there is no guaranty that the API is open to use freely.

I still have lots of things to learn and think about. The most important is to understand how it works.

--

--

yeva USA
0 Followers

Hello everyone! I am a student in full stuck code academy and a full time employee in medical office. Worked as animal rescue for some time.