2
Answers

How to sent function value to another component

Photo of amar Praveen

amar Praveen

Dec 31
508
1

function SentenceBuildA()

{

    let pvalue="31/12/2024";

}

export default SentenceBuildA;

 

Need to another componnet

let childval=pvalue;

Answers (2)