Aoi
Aoi
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
btw if you are more interested in this, there might be few more resources in #resources
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Objects and references are topics most people take time to understand, but they are also quite important.
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Anyways it's not very useful in most cases
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
For now, I don't think you should get into Object.freeze(). It will be better if you get more used to js before you use it
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Welcome to the world of js....
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
Just read the whole chat, @ἔρως already covered everything....
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
If you are doing a project for learning, it's not just about "it is possible to do it in frontend" it's more of "will i ever do it in frontend in an actual product.". In my entire journey I never had to use any algorithms used in a calculator for any real project. That's why so many professional developers say it's a bad project as a starter.
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
If you really need to make an object constant, you can use
Object.freeze()
Object.freeze()
Though this will not work on nested objects
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
At least if I make a calculator app, the most important things will be parsing the math equations and managing the history. Most of this will include algorithms which are not often used in frontend
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
If you are making a calculator on a very serious level, almost all of the skills will be related to backend / algorithms more than the frontend.
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
There are libraries of evaluating math equations. Though as already mentioned. A calculator as a learning project is a really bad idea. It is a project which looks really simple which causes new people to get to use many bad code patterns.
105 replies
KPCKevin Powell - Community
Created by DoContra on 6/25/2024 in #back-end
Cloudfare
Why have you set all of them to dns only, you won't have any proxy protection
3 replies
KPCKevin Powell - Community
Created by Ali on 6/24/2024 in #front-end
Any idea how to achieve these animation?
three.js in serious note: svg
7 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
Credit~ @Jochem
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
https://javascript.info is really good. also make sure to search for javascript in #resources, there's a ton of good stuff in there
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
That's alright, the first step will be to learn at least one programming language. Preferably javascript in your case.
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
You will need some sort of database and backend, so if you learn some js. You can use node.js or some online backend solution that doesn't require coding. But you would still need to know js.
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
So before this, I suggest you to learn some basic js
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
So out of these things, how many have you touched before. 1. html 2. js 3. any other language 4. any type of database
16 replies