- 1
I need to be a frontend developer now i learned html,css,js,bootstrap now what other thing should i learn
Should I need to learn xml to learn ajax
2 Antworten
+ 1
You don't need xml. Now a days web uses json instead of xml. You need to learn json to learn ajax.
Json is very simple. It looks like Javascript objects.
{
"name" : "vivek",
"platform" : "sololearn"
}
As Sandra Meyer said you should learn Javascript framework after learning ajax
+ 2
Knowing XML is always useful, but I think you should focus more on the web frameworks...