I am designing a website and mam your contents are unique which is really helping me build my dream site I tried to contact my friends who r in software field and even web developers to help me but they had incomplete knowledge and developer asked huge price for developing the same
Sis very vey thank you.🥰🤗🙏🙏. Na course ponalum unga kitta tha clearah html and css learn panikiten..taq so much..🥰🤗😍 ipo javascript learn panren..enaku center la staff edukratha vida unga teaching tha listen panitu iruken easy understanding ah iruku.. After javascript React eduka mudiuma sis.. enaku classla react onume purila...😔
your code has an error in js ....in the first elseif you calculated for just 100 units but she mentioned it for next 100 units so it will became 150 units..... else if(unit>50 && unit150&&unit
Could you post JSP ,Angular and Servlet I recalled the concept of Java,Sql,hrmll from your post .Thanks a lot. I learned css from your post. Your way of teaching is very well. Now I am learning Javascript.
Hi mam I need some suggestions from you I'm currently Working as a python developer with 1.5 years of experience. Two weeks before amazon contacted me and offered me a support engineer role I got selected in the interview rounds.But I'm Confused whether to join or not bcaz the mass layoffs location: chennai amazon alexa data services I'm a moderate in coding..Not an expert Even if i go amazon and got layed off after 6 months..Can i get a good job after that? can this be affect my career and made a dent on my cv
the downside m seeing is developer to support role.It is all based on ur priority - job security or hike. It doesnt mean job at amazon is insecure coz of recent layoffs. It can happen anywhere.
@@krishdeva3751 You should be too gud in DSA for that. hope you know that. All the best. If the pay is 3 times more, I think you can risk taking the job and jump elsewhere as a developer within a year or two.
@@LogicFirstTamil Actually The base pay for SE in Amazon is 10lpa. nd my current ctc is 3.I think thats why they are offering me that much.As I said I'm moderate in DSA mam..Thanks to you I gained knowledge by watching your clear definitions abt DSA mam.
const btnEl = document.getElementById("btn") const resultEl = document.getElementById("result") const textEl = document.getElementById("text") function check() { let splitEl = textEl.value; console.log(splitEl); let newEl = splitEl.split("").reverse().join(""); console.log(newEl);
if (splitEl === newEl) resultEl.innerText = `Result is: Palindrome`; else resultEl.innerText = `Result is: not Palindrome`; } btnEl.addEventListener("click", check)
const btnEl = document.getElementById("btn") const resultEl = document.getElementById("result") const textEl = document.getElementById("text") function check() { let splitEl = textEl.value; console.log(splitEl); let newEl = splitEl.split("").reverse().join(""); console.log(newEl);
if (splitEl === newEl) resultEl.innerText = `Result is: Palindrome`; else resultEl.innerText = `Result is: not Palindrome`; } btnEl.addEventListener("click", check)
@@ahalyaashokan4437 we'll have to remove the spaces first then try to find the palindrome of it. edit. use replace method or split and join method for that too.
Now a Days No Respect and No Response for Education.People needs only entertainment not knowledge.Anyways You're Good Teacher Mam.
Akka vera level la solli kudukuringa,,but beginners ku puriyra maari konjam detail la solli koduththa nallarukum
I am designing a website and mam your contents are unique which is really helping me build my dream site I tried to contact my friends who r in software field and even web developers to help me but they had incomplete knowledge and developer asked huge price for developing the same
Glad to know! All the best Allwyn!
You are the best teacher Mam ☺️
Sis very vey thank you.🥰🤗🙏🙏. Na course ponalum unga kitta tha clearah html and css learn panikiten..taq so much..🥰🤗😍 ipo javascript learn panren..enaku center la staff edukratha vida unga teaching tha listen panitu iruken easy understanding ah iruku.. After javascript React eduka mudiuma sis.. enaku classla react onume purila...😔
veralevel mam neenga
Mam neenga enga mam learn panninga js any website or book tell me
Mam we need full course of javascript in single video
EB Bill amount calculator
Check
function EBcal(){
let unit = Number(document.getElementById("input").value)
if (unit =50 && unit=100 && unit 250)
rate = (unit-250)*1.50 + (195)+ (37.5)+(50)
else
rate = 0
let results = document.getElementById("result")
result.innerHTML = "your charges for the " + unit + "is " + rate
}
your code has an error in js ....in the first elseif you calculated for just 100 units but she mentioned it for next 100 units so it will became 150 units..... else if(unit>50 && unit150&&unit
Could you post JSP ,Angular and Servlet
I recalled the concept of Java,Sql,hrmll from your post .Thanks a lot.
I learned css from your post. Your way of teaching is very well. Now I am learning Javascript.
Mam, am getting unexpected token if error, and also function not defined.. could u suggest pls
hi sis
I didn't define the variables like month,rate and result.
But i got the out put.
How is it possible?
Thank you ❤️
Dom concept full video potunga...
09:17 "value" full ah type pannathathe na gownichirunthe 😊
function calculateBill(units)
{
if (units
Mam array to object and object to array conversion video and ithemaari irukara conversion video podunga..
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: antiquewhite;
display: flex;
justify-content: center;
min-height: 100vh;
align-items: center;
}
.container {
background-color: aliceblue;
padding: 1em;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
border-radius: .5em;
}
.text {
display: block;
width: 100%;
margin-bottom: 1.5em;
height: 2.5em;
border: none;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
border-radius: 0.5em;
outline: none;
padding: 1em;
}
h2 {
margin-bottom: 1em;
}
.btn {
background-color: antiquewhite;
border: none;
padding: 1em 0.5em 1em 0.5em;
font-weight: bolder;
border-radius: 0.5em;
cursor: pointer;
margin-bottom: 1em;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
Js file type panna web la poi inspect panna Js file kattala why mam?
But html script tag kulla ah Type panna varuthu
Es6 concepts podunga sis
Mam plz java script full course video poduga plz mam
its not ready. each of these video takes so much of effort.
Please make a video for kotlin language please
👍👍👍👍
Sister nxt machine learning ah
you gave exercise but you did'nt solve that in next video...how can we check ?
Hi mam I need some suggestions from you
I'm currently Working as a python developer with 1.5 years of experience.
Two weeks before amazon contacted me and offered me a support engineer role
I got selected in the interview rounds.But I'm Confused whether to join or not
bcaz the mass layoffs
location: chennai amazon alexa data services
I'm a moderate in coding..Not an expert
Even if i go amazon and got layed off after 6 months..Can i get a good job after that? can this be affect my career and made a dent on my cv
the downside m seeing is developer to support role.It is all based on ur priority - job security or hike. It doesnt mean job at amazon is insecure coz of recent layoffs. It can happen anywhere.
@@LogicFirstTamil Thanks for your reply mam. Actually the pay is 3 times high.I decided not to go and try for a SDE role instead.
@@krishdeva3751 You should be too gud in DSA for that. hope you know that. All the best. If the pay is 3 times more, I think you can risk taking the job and jump elsewhere as a developer within a year or two.
@@LogicFirstTamil Actually The base pay for SE in Amazon is 10lpa. nd my current ctc is 3.I think thats why they are offering me that much.As I said I'm moderate in DSA mam..Thanks to you I gained knowledge by watching your clear definitions abt DSA mam.
const btnEl = document.getElementById("btn")
const resultEl = document.getElementById("result")
const textEl = document.getElementById("text")
function check() {
let splitEl = textEl.value;
console.log(splitEl);
let newEl = splitEl.split("").reverse().join("");
console.log(newEl);
if (splitEl === newEl)
resultEl.innerText = `Result is: Palindrome`;
else resultEl.innerText = `Result is: not Palindrome`;
}
btnEl.addEventListener("click", check)
Thank u so much
Thank you so much
const btnEl = document.getElementById("btn")
const resultEl = document.getElementById("result")
const textEl = document.getElementById("text")
function check() {
let splitEl = textEl.value;
console.log(splitEl);
let newEl = splitEl.split("").reverse().join("");
console.log(newEl);
if (splitEl === newEl)
resultEl.innerText = `Result is: Palindrome`;
else resultEl.innerText = `Result is: not Palindrome`;
}
btnEl.addEventListener("click", check)
Pls dont post code.. Other will just look at your code and wont try.
For a word like "eye" "madam" .. this code works.. but... Coming to sentence.. is this code will check given sentence is palindrome or not?
@@ahalyaashokan4437 we'll have to remove the spaces first then try to find the palindrome of it.
edit. use replace method or split and join method for that too.